Skip to main content
All docs
V25.1
  • 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.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    [DefaultValue(AztecCodeCompactionMode.Text)]
    public virtual AztecCodeCompactionMode CompactionMode { get; set; }

    Property Value

    Type Default Description
    AztecCodeCompactionMode Text

    An AztecCodeCompactionMode enumeration value.

    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.

    See Also