Class QrParameters

QrParameters class

QR parameters.

public class QrParameters

Properties

NameDescription
AspectRatio { get; set; }Height/Width ratio of 2D BarCode module.
MicroQRVersion { get; set; }Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.
QrECIEncoding { get; set; }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. Not supported by MicroQR.
QrEncodeMode { get; set; }QR symbology type of BarCode’s encoding mode. Default value: QREncodeMode.Auto.
QrErrorLevel { get; set; }Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel.
QrVersion { get; set; }Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto.
RectMicroQrVersion { get; set; }Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.
StructuredAppend { get; set; }QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes.

Methods

NameDescription
override ToString()Returns a human-readable string representation of this QrParameters.

See Also