Skip to main content
All docs
V26.1
  • AztecCodeOptions.CompactionMode Property

    Gets or sets the mode used by the barcode to encode barcode data.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public AztecCodeCompactionMode CompactionMode { get; set; }

    Property Value

    Type Description
    AztecCodeCompactionMode

    Encoding mode.

    Available values:

    Name Description
    Text

    Text string.

    Binary

    Byte array.

    Remarks

    All 8-bit characters can be encoded into the Aztec Code. Refer to the following topic to get more information: ISO/IEC 8859-1.

    See Also