VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / MailmarkCmdmBarcodeSymbology Class
Constructors Properties Methods SeeAlso
    MailmarkCmdmBarcodeSymbology Class Members
    The following tables list the members exposed by MailmarkCmdmBarcodeSymbology.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the MailmarkCmdmBarcodeSymbology 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 type of Mailmark CMDM 2D barcode.
    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 new MailmarkCmdmValueItem object.
    Public MethodDecodes the DataMatrix barcode value into the Mailmark CMDM 2D barcode value.
    Public MethodOverloaded. Encodes the Mailmark CMDM 2D 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)
    See Also