VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / DataMatrixEncodingMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
DataMatrixEncodingMode Enumeration
In This Topic
Specifies available data encoding modes of DataMatrix barcode.
Syntax
'Declaration

Public Enum DataMatrixEncodingMode
   Inherits System.Enum

public enum DataMatrixEncodingMode : System.Enum

Members
MemberDescription
UndefinedThe barcode writer will try to encode the barcode data in most optimal way. In this mode the barcode writer can divide the barcode data to the value items with different encodings to get the most optimal barcode.
ASCIIASCII mode. Available digits and ASCII values from 0 to 255.
C40C40 mode. Available alphanumeric and special characters.
TextText mode. Available alphanumeric and special characters.
X12ANSI X12 EDI data set.
EDIFACTEDIFACT mode. Available ASCII values from 32 to 94.
ByteByte mode. Available byte values from 0 to 255.
Inheritance Hierarchy

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

Requirements

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

See Also