VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / Sscc18BarcodeSymbology Class
Constructors Properties Methods SeeAlso
In This Topic
    Sscc18BarcodeSymbology Class Members
    In This Topic
    The following tables list the members exposed by Sscc18BarcodeSymbology.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Sscc18BarcodeSymbology class.
    Public Properties
     NameDescription
    Public PropertyGets the attributes of barcode symbology. (Inherited from BarcodeSymbologySubset)
    Public PropertyGets a barcode symbology type. (Inherited from BarcodeSymbology)
    Public PropertyGets a base barcode symbology subset of this barcode symbology subset.
    Public PropertyGets a GS1 codec for this barcode subset. (Inherited from GS1BarcodeSymbologySubset)
    Public PropertyGets a name of this barcode symbology. (Inherited from BarcodeSymbology)
    Public Methods
     NameDescription
    Public MethodCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from BarcodeSymbology)
    Public MethodCreates a GS1ValueItem with an empty array of GS1ApplicationIdentifierValue values. (Inherited from GS1BarcodeSymbologySubset)
    Public MethodDecodes the source barcode symbology value into the GS1 barcode value.
    Public MethodOverloaded. Encodes the GS1 barcode value into the source barcode symbology value using provided barcode writer settings and saves the source barcode symbology value in the barcode writer settings.
    Public MethodDetermines whether the specified object, is equal to this instance. (Inherited from BarcodeSymbology)
    Public MethodReturns a hash code for this instance. (Inherited from BarcodeSymbology)
    Public MethodNot implemented. (Inherited from BarcodeSymbologySubset)
    Public Methodstatic (Shared in Visual Basic)Returns a value indicating whether specified barcode type is 1D barcode type. (Inherited from BarcodeSymbology)
    Public Methodstatic (Shared in Visual Basic)Returns a value indicating whether specified barcode type is matrix barcode type. (Inherited from BarcodeSymbology)
    Public Methodstatic (Shared in Visual Basic)Returns a value indicating whether specified barcode type is matrix stacked barcode type. (Inherited from BarcodeSymbology)
    Public Methodstatic (Shared in Visual Basic)Returns a value indicating whether specified barcode type is postal barcode type. (Inherited from BarcodeSymbology)
    Public MethodDeserializes the BarcodeSymbologySubset from a specified System.Xml.XmlReader. (Inherited from BarcodeSymbologySubset)
    Public MethodConverts the information about barcode subset of this instance to its equivalent string. (Inherited from BarcodeSymbology)
    Public MethodSerializes the BarcodeSymbologySubset to a specified System.Xml.XmlWriter. (Inherited from BarcodeSymbologySubset)
    Protected Methods
     NameDescription
    Protected MethodConverts a value item to GS1 value. (Inherited from GS1BarcodeSymbologySubset)
    See Also