Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataMatrixOptions.CompactionMode Property

Gets or sets the encoding scheme used to encode data in the DataMatrix Code.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public DataMatrixCompactionMode CompactionMode { get; set; }

Property Value

Type Description
DataMatrixCompactionMode

A DataMatrixCompactionMode enumeration member that specifies the encoding scheme.

Property Paths

You can access this nested property as listed below:

Object Type Path to CompactionMode
BarCodeOptions
.DataMatrixGS1 .CompactionMode

Remarks

If the CompactionMode is set to Binary, the data is obtained from the BarCode.CodeBinaryData property. Otherwise, the bar code data is obtained from the BarCode.CodeText property.

See Also