iQRCodeDetails
Stores the QRCode details.
Typedefs
@interface iQRCodeDetails
Attributes
Attribute | Type |
---|---|
moduleSize |
NSInteger |
rows |
NSInteger |
columns |
NSInteger |
errorCorrectionLevel |
EnumQRCodeErrorCorrectionLevel |
version |
NSInteger |
model |
NSInteger |
moduleSize
The barcode module size (the minimum bar width in pixel).
NSInteger moduleSize
rows
The row count of the barcode.
NSInteger rows
columns
The column count of the barcode.
NSInteger columns
errorCorrectionLevel
The error correction level of the barcode.
EnumQRCodeErrorCorrectionLevel errorCorrectionLevel
version
The version of the QR Code.
NSInteger version
model
Number of the models.
NSInteger model