VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeStructure Namespace / MatrixBarcodeStructure Class
In This Topic
    MatrixBarcodeStructure Class Methods
    In This Topic
    For a list of all methods of this type, see MatrixBarcodeStructure.
    Public Methods
     NameDescription
    Public MethodReturns the bounding box of this barcode element.
    Public MethodReturns the drawing box of this barcode element.
    Public MethodReturns an enumerator that iterates through a composite annotation. (Inherited from BarcodeCompositeElement<T>)
    Public MethodReturns the matrix element at specified location.
    Public MethodReturns the matrix element hierarchy for cell at specified location.
    Public MethodDetermines whether cell, at specified coordinate, is located in a alignment pattern.
    Public MethodDetermines whether cell, at specified coordinate, has "black" color.
    Public MethodDetermines whether cell, at specified coordinate, is located in data layer.
    Public MethodDetermines whether cell, at specified coordinate, is located in fixed layer.
    Public MethodDetermines whether cell, at specified coordinate, is located in format information layer.
    Public MethodDetermines whether cell, at specified coordinate, is located in a search pattern.
    Public MethodDetermines whether cell, at specified coordinate, is located in a timing pattern.
    Public MethodReturns a string that represents this instance. (Inherited from BarcodeElement)
    See Also