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.

QrExtCompactionMode.ALPHA_NUMERIC

Type: int

Value: 2

Encodes codetext in QR Alphanumeric mode.

QrExtCompactionMode.AUTO

Type: int

Value: 0

The encoder selects the most efficient QR compaction mode automatically.

QrExtCompactionMode.BYTES

Type: int

Value: 3

Encodes codetext in QR Byte mode.

QrExtCompactionMode.NUMERIC

Type: int

Value: 1

Encodes codetext in QR Numeric mode. Only digits 0-9 are allowed.