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.
public class QRCodeDetails
Attribute | Type |
---|---|
ModuleSize |
int |
Rows |
int |
Columns |
int |
ErrorCorrectionLevel |
EnumQRCodeErrorCorrectionLevel |
Version |
int |
Model |
int |
The barcode module size (the minimum bar width in pixel).
int Dynamsoft.Barcode.QRCodeDetails.ModuleSize
The row count of the barcode.
int Dynamsoft.Barcode.QRCodeDetails.Rows
The column count of the barcode.
int Dynamsoft.Barcode.QRCodeDetails.Columns
The error correction level of the barcode.
EnumQRCodeErrorCorrectionLevel Dynamsoft.Barcode.QRCodeDetails.ErrorCorrectionLevel
The version of the QR Code.
int Dynamsoft.Barcode.QRCodeDetails.Version
Number of the models.
int Dynamsoft.Barcode.QRCodeDetails.Model
version 7.6.0