QRCodeDetails
Stores the QRCode details.
public class QRCodeDetails
Attributes
Attribute | Type |
---|---|
ModuleSize |
int |
Rows |
int |
Columns |
int |
ErrorCorrectionLevel |
EnumQRCodeErrorCorrectionLevel |
Version |
int |
Model |
int |
ModuleSize
The barcode module size (the minimum bar width in pixel).
int Dynamsoft.Barcode.QRCodeDetails.ModuleSize
Rows
The row count of the barcode.
int Dynamsoft.Barcode.QRCodeDetails.Rows
Columns
The column count of the barcode.
int Dynamsoft.Barcode.QRCodeDetails.Columns
ErrorCorrectionLevel
The error correction level of the barcode.
EnumQRCodeErrorCorrectionLevel Dynamsoft.Barcode.QRCodeDetails.ErrorCorrectionLevel
Version
The version of the QR Code.
int Dynamsoft.Barcode.QRCodeDetails.Version
Model
Number of the models.
int Dynamsoft.Barcode.QRCodeDetails.Model