MatrixBarcodeStructure Class Members
In This Topic
The following tables list the members exposed by
MatrixBarcodeStructure.
Public Properties
Public Methods
| Name | Description |
 | GetBoundingBox | Returns the bounding box of this barcode element. |
 | GetDrawingBox | Returns the drawing box of this barcode element. |
 | GetEnumerator | Returns an enumerator that iterates through a composite annotation. (Inherited from BarcodeCompositeElement<T>) |
 | GetMatrixElement | Returns the matrix element at specified location. |
 | GetMatrixElementHierarchy | Returns the matrix element hierarchy for cell at specified location. |
 | IsAlignmentPattern | Determines whether cell, at specified coordinate, is located in a alignment pattern. |
 | IsBlackCell | Determines whether cell, at specified coordinate, has "black" color. |
 | IsDataLayer | Determines whether cell, at specified coordinate, is located in data layer. |
 | IsFixedLayer | Determines whether cell, at specified coordinate, is located in fixed layer. |
 | IsFormatInformation | Determines whether cell, at specified coordinate, is located in format information layer. |
 | IsSearchPattern | Determines whether cell, at specified coordinate, is located in a search pattern. |
 | IsTimingPattern | Determines whether cell, at specified coordinate, is located in a timing pattern. |
 | ToString | Returns a string that represents this instance. (Inherited from BarcodeElement) |
See Also