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

    Specifies the compaction mode.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public MicroQRCodeCompactionMode CompactionMode { get; set; }

    Property Value

    Type Description
    MicroQRCodeCompactionMode

    An enumeration value that specifies the compaction mode.

    Available values:

    Name Description
    Numeric

    Numeric data is encoded. Maximum 35 digits.

    AlphaNumeric

    A combination of letters, numbers, and special characters, up to 21 characters.

    Byte

    Binary data is encoded. Maximum 15 bytes.

    Remarks

    If the data encoded in numeric or alphanumeric mode contains invalid characters for the Micro QR Code barcode, switch to byte mode to interpret the data as a sequence of bytes and use this sequence to encode the barcode.

    See Also