Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.77 KB

File metadata and controls

18 lines (14 loc) · 1.77 KB

QrParams

QR parameters.

Properties

Name Type Description Notes
aspect_ratio float Height/Width ratio of 2D BarCode module. [optional]
text_encoding str DEPRECATED: This property is obsolete and will be removed in future releases. Unicode symbols detection and encoding will be processed in Auto mode with Extended Channel Interpretation charset designator. Using of own encodings requires manual CodeText encoding into byte[] array. Sets the encoding of codetext. [optional]
encode_type QREncodeType QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. [optional]
eci_encoding ECIEncodings Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. [optional]
encode_mode QREncodeMode QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. [optional]
error_level QRErrorLevel Level of Reed-Solomon error correction for QR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel. [optional]
version QRVersion Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.Auto. [optional]
structured_append StructuredAppend QR structured append parameters. [optional]

[Back to Model list] [Back to API list] [Back to README]