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.
typedef struct tagQRCodeDetails QRCodeDetails
Attribute | Type |
---|---|
moduleSize |
int |
rows |
int |
columns |
int |
errorCorrectionLevel |
QRCodeErrorCorrectionLevel |
version |
int |
model |
int |
reserved |
char[32] |
The barcode module size (the minimum bar width in pixel).
int tagQRCodeDetails::moduleSize
The row count of the barcode.
int tagQRCodeDetails::rows
The column count of the barcode.
int tagQRCodeDetails::columns
The error correction level of the barcode.
QRCodeErrorCorrectionLevel tagQRCodeDetails::errorCorrectionLevel
The version of the QR Code.
int tagQRCodeDetails::version
Number of the models.
int tagQRCodeDetails::model
Reserved memory for the struct. The length of this array indicates the size of the memory reserved for this struct.
char tagQRCodeDetails::reserved[32]
version 8.1.0