Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
QRCodeDetails
Stores the QRCode details.
Typedefs
typedef struct tagQRCodeDetails QRCodeDetails
Attributes
Attribute | Type |
---|---|
moduleSize |
int |
rows |
int |
columns |
int |
errorCorrectionLevel |
QRCodeErrorCorrectionLevel |
version |
int |
model |
int |
reserved |
char[32] |
moduleSize
The barcode module size (the minimum bar width in pixel).
int tagQRCodeDetails::moduleSize
rows
The row count of the barcode.
int tagQRCodeDetails::rows
columns
The column count of the barcode.
int tagQRCodeDetails::columns
errorCorrectionLevel
The error correction level of the barcode.
QRCodeErrorCorrectionLevel tagQRCodeDetails::errorCorrectionLevel
version
The version of the QR Code.
int tagQRCodeDetails::version
model
Number of the models.
int tagQRCodeDetails::model
reserved
Reserved memory for the struct. The length of this array indicates the size of the memory reserved for this struct.
char tagQRCodeDetails::reserved[32]