VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeStructure Namespace / MatrixBarcodeStructure Class
Properties Methods SeeAlso
In This Topic
    MatrixBarcodeStructure Class Members
    In This Topic
    The following tables list the members exposed by MatrixBarcodeStructure.
    Public Properties
     NameDescription
    Public PropertyGets or sets the barcode type. (Inherited from BarcodeStructureBase)
    Public PropertyGets the layer that contains data and error correction data of matrix barcode.
    Public PropertyGets the layer that contains fixed structure of matrix barcode.
    Public PropertyGets the layer that contains format and version information of matrix barcode.
    Public PropertyGets the height of this barcode element. (Inherited from BarcodeCompositeElement<T>)
    Public PropertyGets the collection of barcode elements. (Inherited from BarcodeCompositeElement<T>)
    Public PropertyGets a name of this barcode element. (Inherited from BarcodeElement)
    Public PropertyGets the width of this barcode element. (Inherited from BarcodeCompositeElement<T>)
    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