QrExtCompactionMode
Contents
[
Hide
]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. |
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.