VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.GS1 Namespace / GS1Codec Class
Properties Methods SeeAlso
In This Topic
    GS1Codec Class Members
    In This Topic
    The following tables list the members exposed by GS1Codec.
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets a GS1-128 codec (for encoding GS1 value in Code 128 barcode).
    Public Propertystatic (Shared in Visual Basic)Gets a GS1 Aztec codec (for encoding GS1 value in Aztec barcodes).
    Public Propertystatic (Shared in Visual Basic)Gets a GS1 DataBar codec (for encoding GS1 value in RSS barcodes).
    Public Propertystatic (Shared in Visual Basic)Gets a GS1 DataMatrix codec (for encoding GS1 value in DataMatrix barcode).
    Public Propertystatic (Shared in Visual Basic)Gets a GS1 DotCode codec (for encoding GS1 value in DotCode barcodes).
    Public Propertystatic (Shared in Visual Basic)Gets a GS1 QR codec (for encoding GS1 value in QR barcodes).
    Public Propertystatic (Shared in Visual Basic)Gets a ITF14 codec (for encoding GS1 value in ITF14 barcodes).
    Public PropertyGets a symbology format.
    Public PropertyGets a symbology identifier.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Decodes GS1 barcode value into array of GS1ApplicationIdentifierValue values.
    Public MethodEncodes an array of GS1ApplicationIdentifierValue values to barcode value.
    Public Methodstatic (Shared in Visual Basic)Gets the printable value of GS1 value.
    Public Methodstatic (Shared in Visual Basic)Returns GS1 symbology format for specified GS1 barcode value.
    Public Methodstatic (Shared in Visual Basic)Parses the specified GS1 printable value.
    See Also