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

    Specifies whether text or binary mode should be used to encode the barcode’s data.

    Namespace: DevExpress.BarCodes

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public AztecCodeCompactionMode CompactionMode { get; set; }

    Property Value

    Type Description
    AztecCodeCompactionMode

    An enumeration value that indicates the encoding mode.

    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
    .AztecCode .CompactionMode

    Remarks

    All 8-bit characters can be encoded into the Aztec Code. Refer the ISO/IEC 8859-1 topic for details.

    See Also