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.
@interface iQRCodeDetails
Attribute | Type |
---|---|
moduleSize |
NSInteger |
rows |
NSInteger |
columns |
NSInteger |
errorCorrectionLevel |
EnumQRCodeErrorCorrectionLevel |
version |
NSInteger |
model |
NSInteger |
The barcode module size (the minimum bar width in pixel).
NSInteger moduleSize
The row count of the barcode.
NSInteger rows
The column count of the barcode.
NSInteger columns
The error correction level of the barcode.
EnumQRCodeErrorCorrectionLevel errorCorrectionLevel
The version of the QR Code.
NSInteger version
Number of the models.
NSInteger model
version 8.1.0