ModelType Property
Syntax
CWIMAQQRDescriptionOptions.ModelType
Data Type
You can use the following constants with this data type:
- cwimaqQRModelTypeAutoDetect—Specifies that the function will auto-detect what type of matrix the QR code is.
- cwimaqQRModelTypeMicro—Specifies the QR code is of a micro type. Micro QR codes have a single target in the top left.
- cwimaqQRModelTypeModel1—Specifies the QR code is of a model1 type. This means the code has target patterns in the top left, top right, bottom left, and no alignment patterns in the data.
- cwimaqQRModelTypeModel2—Specifies the QR code is of a model2 type. This is most common type of QR code.
Purpose
The type of the QR code. This can be a micro, model1, or model2 (most common) QR code.
Remarks
The default is cwimaqQRModelTypeAutoDetect.