VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / DataMatrixSymbolType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    DataMatrixSymbolType Enumeration
    In This Topic
    Specifies available symbol types of Data Matrix barcode.
    Syntax
    'Declaration
    
    Public Enum DataMatrixSymbolType
       Inherits System.Enum
    
    
    public enum DataMatrixSymbolType : System.Enum
    
    
    __value public enum DataMatrixSymbolType : public System.Enum
    
    
    public enum class DataMatrixSymbolType : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedUndefined symbol.
    Row10Col1010x10 symbol.
    Row12Col1212x12 symbol.
    Row14Col1414x14 symbol.
    Row16Col1616x16 symbol.
    Row18Col1818x18 symbol.
    Row20Col2020x20 symbol.
    Row22Col2222x22 symbol.
    Row24Col2424x24 symbol.
    Row26Col2626x26 symbol.
    Row32Col3232x32 symbol.
    Row36Col3636x36 symbol.
    Row40Col4040x40 symbol.
    Row44Col4448x48 symbol.
    Row48Col4848x48 symbol.
    Row52Col5252x52 symbol.
    Row64Col6464x64 symbol.
    Row72Col7272x72 symbol.
    Row80Col8080x80 symbol.
    Row88Col8888x88 symbol.
    Row96Col9696x96 symbol.
    Row104Col104104x104 symbol.
    Row120Col120120x120 symbol.
    Row132Col132132x132 symbol.
    Row144Col144144x144 symbol.
    Row8Col188x18 symbol.
    Row8Col328x32 symbol.
    Row12Col2612x26 symbol.
    Row12Col3612x36 symbol.
    Row16Col3616x36 symbol.
    Row16Col4816x48 symbol.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Barcode.BarcodeInfo.DataMatrixSymbolType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also