MatrixBarcodeStructure Class Methods
In This Topic
For a list of all methods of this type, see
MatrixBarcodeStructure.
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