QrOptions
Overview
QrOptions is a class in Aspose.Barcode FOSS for Python.
Inherits from: EncodeOptions.
Encoding options for QR Code.
Properties: eci_assignment_number, encoding_mode, error_correction_level, gs1_enabled, mask, version.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
error_correction_level | QrErrorCorrectionLevel | str | None | Read | Gets the error correction level. |
version | int | None | Read | Gets the version. |
mask | int | None | Read | Gets the mask. |
encoding_mode | QrEncodeMode | str | None | Read | Gets the encoding mode. |
gs1_enabled | bool | None | Read | Gets the gs1 enabled. |
eci_assignment_number | int | None | Read | Gets the eci assignment number. |