Enumeration of 2D Symbol QR Code Models. These Models
designate the versions of QR Code symbols that can be decoded.
Namespace: Cognex.VisionPro.IDAssembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Model1 | 1 | Specifies that symbols will be of the original QR Code version. | |
| Model2 | 2 | Specifies that symbols will be of the enhanced QR Code version. | |
| Micro | 4 | Specifies that symbols will be of the MicroQR (reduced size) version. | |
| All | 7 | All: Model 1, Model 2 and Micro. |
See Also