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

NameTypeAccessDescription
error_correction_levelQrErrorCorrectionLevel | str | NoneReadGets the error correction level.
versionint | NoneReadGets the version.
maskint | NoneReadGets the mask.
encoding_modeQrEncodeMode | str | NoneReadGets the encoding mode.
gs1_enabledbool | NoneReadGets the gs1 enabled.
eci_assignment_numberint | NoneReadGets the eci assignment number.

See Also