QrParameters

QrParameters

QR parameters.

Constructor

new QrParameters()

Source:

Methods

getAspectRatio()

Height/Width ratio of 2D BarCode module.
Source:

getECIEncoding()

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.

Source:

getEncodeMode()

QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto.

Source:

getErrorLevel()

Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel.

Source:

getMicroQRVersion()

Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.

Source:

getQrECIEncoding()

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.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getECIEncoding().

Source:

getQrEncodeMode()

QR symbology type of BarCode's encoding mode.
Default value: QREncodeMode.AUTO.
Source:

getQrEncodeType()

QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getEncodeMode().

Source:

getQrErrorLevel()

Level of Reed-Solomon error correction for QR barcode.
From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getErrorLevel().

Source:

getQrVersion()

Version of QR Code.
From Version1 to Version40 for QR code and from M1 to M4 for MicroQr.
Default value is QRVersion.AUTO.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getVersion().

Source:

getRectMicroQrVersion()

Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.

Source:

getStructuredAppend()

QR structured append parameters.
Source:

getVersion()

Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto.

Source:

setAspectRatio()

Height/Width ratio of 2D BarCode module.
Source:

setECIEncoding()

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.

Source:

setEncodeMode()

QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto.

Source:

setErrorLevel()

Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel.

Source:

setMicroQRVersion()

Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.

Source:

setQrECIEncoding()

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.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setECIEncoding().

Source:

setQrEncodeMode()

QR symbology type of BarCode's encoding mode.
Default value: QREncodeMode.AUTO.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setEncodeMode().

Source:

setQrEncodeType()

QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setEncodeMode().

Source:

setQrErrorLevel()

Level of Reed-Solomon error correction for QR barcode.
From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setErrorLevel().

Source:

setQrVersion()

Version of QR Code.
From Version1 to Version40 for QR code and from M1 to M4 for MicroQr.
Default value is QRVersion.AUTO.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setVersion().

Source:

setRectMicroQrVersion()

Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.

Source:

setStructuredAppend()

QR structured append parameters.
Source:

setVersion()

Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto.

Source:

toString()

Returns a human-readable string representation of this QrParameters.
Returns:
Type Description
A string that represents this QrParameters.
Source: