Methods
getAspectRatio()
- 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:
getEncodeGS1SeparatorInByteMode()
Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes.
If false, GS1 separators may be encoded as '%' in Alphanumeric mode according to QR specification.
If true, GS1 group separators are encoded in Byte mode as the 0x1D character, and '%' characters are also encoded in Byte mode to preserve them as data.
This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '%' data characters from being interpreted as GS1 separators.
Returns:
| Type | Description |
|---|---|
| a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. |
- 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()
about the used references for encoding the data in the symbol.
Current implementation consists all well known charset encodings.
- Source:
getQrEncodeMode()
Default value: QREncodeMode.AUTO.
- Source:
getQrEncodeType()
- Source:
getQrErrorLevel()
From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel.
- Source:
getQrVersion()
From Version1 to Version40 for QR code and from M1 to M4 for MicroQr.
Default value is QRVersion.AUTO.
- Source:
getRectMicroQrVersion()
Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.
- Source:
getStructuredAppend()
- Source:
getVersion()
Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto.
- Source:
setAspectRatio()
- 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:
setEncodeGS1SeparatorInByteMode(value)
Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes.
If false, GS1 separators may be encoded as '%' in Alphanumeric mode according to QR specification.
If true, GS1 group separators are encoded in Byte mode as the 0x1D character, and '%' characters are also encoded in Byte mode to preserve them as data.
This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '%' data characters from being interpreted as GS1 separators.
Parameters:
| Name | Type | Description |
|---|---|---|
value |
a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. |
- 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()
about the used references for encoding the data in the symbol.
Current implementation consists all well known charset encodings.
- Source:
setQrEncodeMode()
Default value: QREncodeMode.AUTO.
- Source:
setQrEncodeType()
- Source:
setQrErrorLevel()
From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel.
- Source:
setQrVersion()
From Version1 to Version40 for QR code and from M1 to M4 for MicroQr.
Default value is QRVersion.AUTO.
- Source:
setRectMicroQrVersion()
Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.
- Source:
setStructuredAppend()
- Source:
setVersion()
Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto.
- Source:
toString()
Returns:
| Type | Description |
|---|---|
| A string that represents this QrParameters. |
- Source: