Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataMatrixCompactionMode Enum

Lists compaction modes used in DataMatrix bar code symbology.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v24.2.dll

NuGet Package: DevExpress.Document.Processor

#Declaration

public enum DataMatrixCompactionMode

#Members

Name Description
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.

#Related API Members

The following properties accept/return DataMatrixCompactionMode values:

See Also