QrParameters

QrParameters class

QR parameters.

public class QrParameters : joint.BaseJavaClass

Constructors

NameDescription
QrParameters(object)Initializes a new instance of the QrParameters class.

Methods

NameDescription
getAspectRatioHeight/Width ratio of 2D BarCode module.
getECIEncodingExtended 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.
getEncodeModeQR symbology type of BarCode’s encoding mode. Default value: QREncodeMode.Auto.
getErrorLevelLevel of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel.
getMicroQRVersionVersion of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.
getQrECIEncodingExtended 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.
getQrEncodeModeQR symbology type of BarCode’s encoding mode. Default value: QREncodeMode.AUTO.
getQrEncodeTypeQR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.
getQrErrorLevelLevel of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel.
getQrVersionVersion of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO.
getRectMicroQrVersionVersion of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.
getStructuredAppendQR structured append parameters.
getVersionVersion of QR Code.From Version1 to Version40. Default value is QRVersion.Auto.
init
setAspectRatio(object)Height/Width ratio of 2D BarCode module.
setECIEncoding(object)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.
setEncodeMode(object)QR symbology type of BarCode’s encoding mode. Default value: QREncodeMode.Auto.
setErrorLevel(object)Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel.
setMicroQRVersion(object)Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.
setQrECIEncoding(object)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.
setQrEncodeMode(object)QR symbology type of BarCode’s encoding mode. Default value: QREncodeMode.AUTO.
setQrEncodeType(object)QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.
setQrErrorLevel(object)Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel.
setQrVersion(object)Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO.
setRectMicroQrVersion(object)Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.
setStructuredAppend(object)QR structured append parameters.
setVersion(object)Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto.
toStringReturns a human-readable string representation of this QrParameters.

Fields

NameDescription
structuredAppend

See Also