Skip to main content
All docs
V26.1
  • MicroQRCodeCompactionMode Enum

    Lists the values that specify the type of data encoded in the Micro QR Code.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public enum MicroQRCodeCompactionMode

    Members

    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.

    Related API Members

    The following properties accept/return MicroQRCodeCompactionMode values:

    See Also