ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.BarCode Namespace / DataMatrixEcc200EncodingMode Enumeration

In This Topic
    DataMatrixEcc200EncodingMode Enumeration
    In This Topic
    The enumeration of encoding char set under ECC200 mode.
    Syntax
    'Declaration
     
    Public Enum DataMatrixEcc200EncodingMode 
       Inherits System.Enum
    public enum DataMatrixEcc200EncodingMode : System.Enum 
    Members
    MemberDescription
    ASCIIASCII.
    AutoAuto. The encoding char set will be selected automatically to achieve a better compression efficiency.
    Base256Base256.
    C40C40.
    EDIFACTEDIFACT. Only 63 EDIFACT characters are supported by this char set.
    TextText.
    X12X12. Only 40 X12 characters are supported by this char set.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.BarCode.DataMatrixEcc200EncodingMode

    See Also