Back to Devexpress

DataMatrixCompactionMode Enum

officefileapi-devexpress-dot-barcodes-a25283bd.md

latest1.5 KB
Original Source

DataMatrixCompactionMode Enum

Lists compaction modes used in DataMatrix bar code symbology.

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public enum DataMatrixCompactionMode
vb
Public Enum DataMatrixCompactionMode

Members

NameDescription
ASCII

Encoding mode used to store double digit numerics, ASCII values 0 - 127 , and Extended ASCII values 128 - 255.

| | C40 |

Encoding mode for upper-case alphanumeric, lower case and special characters.

| | Text |

Encoding mode for lower-case alphanumeric, upper case and special characters.

| | X12 |

Encoding mode for ANSI X12 EDI data set.

| | Edifact |

Encoding mode for ASCII values from 32 to 94.

| | Binary |

Encoding mode used to store binary data. They are encoded using 8 bits per symbol.

|

The following properties accept/return DataMatrixCompactionMode values:

See Also

DevExpress.BarCodes Namespace