Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
iQRCodeDetails
is one of the detailedResult
in class iTextResult
. It stores the QRCode details.
@interface iQRCodeDetails
Attribute | Type | Descriptions |
---|---|---|
moduleSize |
NSInteger | The barcode module size (the minimum bar width in pixels). |
rows |
NSInteger | The row count of the barcode. |
columns |
NSInteger | The column count of the barcode. |
errorCorrectionLevel |
NSInteger | The error correction level of the barcode. |
version |
NSInteger | The version of the QR Code. |
model |
NSInteger | Number of the models. |
mode |
NSInteger | Identify the first data encoding mode. |
page |
NSInteger | Identify the position of the particular symbol. |
totalPage |
NSInteger | Identify the total number of symbols to be concatenated in the Structured Append format. |
parityData |
byte | The Parity Data shall be an 8 bit byte following the Symbol Sequence Indicator. The parity data is a value obtained by XORing byte by byte the ASCII/JIS values of all the original input data before division into symbol blocks. |
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
Identify the first data encoding mode.
NSInteger mode
Identify the position of the particular symbol.
NSInteger page
Identify the total number of symbols to be concatenated in the Structured Append format.
NSInteger totalPage
The Parity Data shall be an 8 bit byte following the Symbol Sequence Indicator. The parity data is a value obtained by XORing byte by byte the ASCII/JIS values of all the original input data before division into symbol blocks.
byte parityData
latest version