Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.87 KB

QrParams.md

File metadata and controls

22 lines (17 loc) · 1.87 KB

aspose_barcode_cloud.model.QrParams

Load the model package

import 'package:aspose_barcode_cloud/aspose_barcode_cloud.dart';

QR parameters.

Properties

Name Type Description Notes
aspectRatio double 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]