VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / BarcodeInfo2D Class
Properties Methods SeeAlso
In This Topic
    BarcodeInfo2D Class Members
    In This Topic
    The following tables list the members exposed by BarcodeInfo2D.
    Public Properties
     NameDescription
    Public PropertyGets a barcode class: 1D or 2D. (Inherited from BarcodeInfoBase)
    Public PropertyGets a barcode symbolgy type. (Inherited from BarcodeInfoBase)
    Public PropertyGets the height, in pixels, of barcode matrix cell.
    Public PropertyGets the width, in pixels, of barcode matrix cell.
    Public PropertyGets or sets a barcode confidence. (Inherited from BarcodeInfoBase)
    Public PropertyGets a number of corrected errors.
    Public PropertyGets a scan direction in which the barcode was found. (Inherited from BarcodeInfoBase)
    Public PropertyGets a number of error correction codewords.
    Public PropertyGets a value indicating whether this barcode is recognized from mirrored barcode image.
    Public PropertyGets the height, in modules (cells), of the barcode matrix.
    Public PropertyGets the width, in modules (cells), of the barcode matrix.
    Public PropertyGets a number of uncorrected errors.
    Public PropertyShows what part of barcode scan lines are correct. (Inherited from BarcodeInfoBase)
    Public PropertyGets a barcode region. (Inherited from BarcodeInfoBase)
    Public PropertyGets or sets a value that indicating whether non-data flags or ECI character is visible in barcode value. (Inherited from BarcodeInfoBase)
    Public PropertyGets an array of symbol components from which the barcode symbol is composed. (Inherited from BarcodeInfoBase)
    Public PropertyGets a threshold value of barcode. (Inherited from BarcodeInfoBase)
    Public PropertyGets a number of codewords.
    Public PropertyGets a barcode string. (Inherited from BarcodeInfoBase)
    Public PropertyGets an array of value items of barcode. (Inherited from BarcodeInfoBase)
    Public Methods
     NameDescription
    Public MethodCompares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. (Inherited from BarcodeInfoBase)
    Public MethodReturns the reference points of this barcode info.
    Public MethodDetermines whether the barcode structure, which is specified by IBarcodeInfo, is equal to the barcode structure of this instance.
    Public MethodConverts the information about barcode of this instance to its equivalent string. (Inherited from BarcodeInfoBase)
    See Also