AztecCodeOptions.CompactionMode Property
Specifies whether text or binary mode should be used to encode the barcode’s data.
Namespace: DevExpress.BarCodes
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Property Value
Type |
---|
AztecCodeCompactionMode |
Available values:
Name | Description |
---|---|
Text | A text string. |
Binary | A byte array. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to CompactionMode |
---|---|
BarCodeOptions |
|
Remarks
All 8-bit characters can be encoded into the Aztec Code. Refer the ISO/IEC 8859-1 topic for details.
See Also