Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.91 KB

QrParams.md

File metadata and controls

18 lines (14 loc) · 1.91 KB

QrParams

QR parameters.

Properties

Name Type Description Notes
AspectRatio float64 Height/Width ratio of 2D BarCode module. [optional] [default to null]
TextEncoding string 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] [default to null]
EncodeType *QrEncodeType QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. [optional] [default to null]
ECIEncoding *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] [default to null]
EncodeMode *QrEncodeMode QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. [optional] [default to null]
ErrorLevel *QrErrorLevel Level of Reed-Solomon error correction for QR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel. [optional] [default to null]
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] [default to null]
StructuredAppend *StructuredAppend QR structured append parameters. [optional] [default to null]

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