QrExtCompactionMode

QrExtCompactionMode enum

Module: aspose_barcode.generation.qr_ext_compaction_mode

Specifies QR compaction mode for codetext added by QrExtCodetextBuilder.

Enum Values

NameValueDescription
ALPHA_NUMERIC2Encodes codetext in QR Alphanumeric mode.
AUTO0The encoder selects the most efficient QR compaction mode automatically.
BYTES3Encodes codetext in QR Byte mode.
NUMERIC1Encodes codetext in QR Numeric mode. Only digits 0-9 are allowed.