Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the QRCode details.
Attribute | Type |
---|---|
moduleSize |
int |
rows |
int |
columns |
int |
errorCorrectionLevel |
EnumQRCodeErrorCorrectionLevel |
version |
int |
model |
int |
The barcode module size (the minimum bar width in pixel).
int com.dynamsoft.barcode.QRCodeDetails.moduleSize
The row count of the barcode.
int com.dynamsoft.barcode.QRCodeDetails.rows
The column count of the barcode.
int com.dynamsoft.barcode.QRCodeDetails.columns
The error correction level of the barcode.
int com.dynamsoft.barcode.QRCodeDetails.errorCorrectionLevel
The version of the QR Code.
int com.dynamsoft.barcode.QRCodeDetails.version
Number of the models.
int com.dynamsoft.barcode.QRCodeDetails.model
version 7.6.0