QrExtCompactionMode
QrExtCompactionMode enum
Module: aspose_barcode.generation.qr_ext_compaction_mode
Specifies QR compaction mode for codetext added by QrExtCodetextBuilder.
Enum Values
| Name | Value | Description |
|---|---|---|
| ALPHA_NUMERIC | 2 | Encodes codetext in QR Alphanumeric mode. |
| AUTO | 0 | The encoder selects the most efficient QR compaction mode automatically. |
| BYTES | 3 | Encodes codetext in QR Byte mode. |
| NUMERIC | 1 | Encodes codetext in QR Numeric mode. Only digits 0-9 are allowed. |