VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / IsbnPlus2BarcodeSymbology Class
Constructors Properties Methods SeeAlso
In This Topic
    IsbnPlus2BarcodeSymbology Class Members
    In This Topic
    The following tables list the members exposed by IsbnPlus2BarcodeSymbology.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the IsbnPlus2BarcodeSymbology 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. (Inherited from BarcodeSymbologySubset)
    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 the barcode symbology subset value with default (empty) value. (Inherited from BarcodeSymbologySubset)
    Public MethodDecodes the source barcode symbology value into the barcode symbology subset value. (Inherited from IsbnBarcodeSymbology)
    Public MethodOverloaded. Encodes the barcode symbology subset value into the source barcode symbology value using provided barcode writer settings and saves the source barcode symbology value in the barcode writer settings. (Inherited from IsbnBarcodeSymbology)
    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)
    See Also