VintaSoft Barcode .NET SDK 15.2: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / GS1DigitalLinkBarcodeInfo Class
Properties Methods SeeAlso
In This Topic
    GS1DigitalLinkBarcodeInfo Class Members
    In This Topic
    The following tables list the members exposed by GS1DigitalLinkBarcodeInfo.
    Public Properties
     NameDescription
    Public PropertyGets a value of GS1 barcode - array of GS1ApplicationIdentifierValue values. (Inherited from GS1BarcodeInfo)
    Public PropertyGets a barcode class: 1D or 2D. (Inherited from BarcodeInfoBase)
    Public PropertyGets an information about barcode symbology subset. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets a barcode symbology type. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets a base barcode info. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets or sets a barcode confidence, in percents. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets the GS1 digital link.
    Public PropertyGets a scan direction in which the barcode was found. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets a printable value of this GS1 barcode. (Inherited from GS1BarcodeInfo)
    Public PropertyShows what part of barcode scan lines are correct. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets a barcode region. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets a value that indicating whether non-data flags or ECI character is visible in barcode value. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets an array of symbol components from which the barcode symbol is composed. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets a threshold value of barcode. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets data transmitted from barcode reader. (Inherited from GS1BarcodeInfo)
    Public PropertyGets a barcode string. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets an array of value items of decoded barcode. (Inherited from BarcodeSubsetInfo)
    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 BarcodeSubsetInfo)
    Public MethodDetermines whether the barcode structure, which is specified by IBarcodeInfo, is equal to the barcode structure of this instance. (Inherited from BarcodeInfoBase)
    Public MethodConverts the information about barcode of this instance to its equivalent string. (Inherited from BarcodeInfoBase)
    See Also