Back to Devexpress

DataMatrixCompactionMode Enum

corelibraries-devexpress-dot-xtraprinting-dot-barcode-b5c61372.md

latest3.2 KB
Original Source

DataMatrixCompactionMode Enum

Specifies the kind of data that should be coded into the ECC200 - Data Matrix and PDF417 bar codes.

Namespace : DevExpress.XtraPrinting.BarCode

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum DataMatrixCompactionMode
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum DataMatrixCompactionMode

Members

NameDescription
ASCII

Data is encoded into text using the ASCII standard, which uses 4 bits (for double digits), 8 bits (for ASCII 0-127 symbols), or 16 bits (for ASCII 128-255 symbols).

| | C40 |

Data is encoded into text using the C40 standard, which uses 5.33 bits (for upper register characters and digits) or 10.66 bits (for lower register and special characters) per symbol.

| | Text |

Data is encoded into text, which uses 5.33 bits (for upper register characters and digits) or 10.66 bits (for lower register and special characters) per symbol.

| | X12 |

Data is encoded into text using the X12 standard, which uses 5.33 bits (for upper register characters, digits and the three standard ANSI X12 terminator and separator characters) or 10.66 bits (for lower register and special characters) per symbol.

| | Edifact |

Data is encoded into text using the EDIFACT standard, which uses 6 bits per symbol.

| | Binary |

Data is encoded into a binary array, using 8 bits per symbol.

|

The following properties accept/return DataMatrixCompactionMode values:

LibraryRelated API Members
Cross-Platform Class LibraryDataMatrixGenerator.CompactionMode
DataMatrixGS1Generator.CompactionMode
WPF ControlsBarCodePropertyProvider.DataMatrixCompactionMode

Remarks

The values listed by the DataMatrixCompactionMode enumeration are used to set the DataMatrixGenerator.CompactionMode property.

See Also

DataMatrixGenerator.CompactionMode

PDF417Generator.CompactionMode

DevExpress.XtraPrinting.BarCode Namespace