VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / UPCEANInfo Class
In This Topic
    UPCEANInfo Class Properties
    In This Topic
    For a list of all properties of this type, see UPCEANInfo.
    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 or sets a barcode confidence. (Inherited from BarcodeInfoBase)
    Public PropertyReturns a barcode value as an array of integer values.
    Public PropertyGets a scan direction in which the barcode was found. (Inherited from BarcodeInfoBase)
    Public PropertyGets a narrow bar count. (Inherited from BarcodeInfo1D)
    Public PropertyGets the size, in pixels, of the narrow bar. (Inherited from BarcodeInfo1D)
    Public PropertyReturns a EANPlus barcode value as an array of integer values.
    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 PropertyReturns a UPCA (12 digits) barcode value as a string.
    Public PropertyReturns a UPCE (6 digits) barcode value as a string.
    Public PropertyReturns a barcode value as a string.
    Public PropertyGets an array of value items of barcode. (Inherited from BarcodeInfoBase)
    See Also