AztecCodeGenerator.CompactionMode Property
Specifies whether text or binary mode should be used to encode the barcode’s data.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(AztecCodeCompactionMode.Text)]
public virtual AztecCodeCompactionMode CompactionMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Aztec |
Text | An Aztec |
Available values:
Name | Description |
---|---|
Text | A text string. |
Binary | A byte array. |
#Remarks
All 8-bit characters can be encoded into the Aztec Code. Refer the ISO/IEC 8859-1 topic for details.