CogIDQRCodeModelConstants EnumerationCognex VisionPro 9.7
Enumeration of 2D Symbol QR Code Models. These Models designate the versions of QR Code symbols that can be decoded.

Namespace: Cognex.VisionPro.ID
Assembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 73.0.0.0
Syntax

[FlagsAttribute]
public enum CogIDQRCodeModelConstants
Members

  Member nameValueDescription
Model11Specifies that symbols will be of the original QR Code version.
Model22Specifies that symbols will be of the enhanced QR Code version.
Micro4Specifies that symbols will be of the MicroQR (reduced size) version.
All7 All: Model 1, Model 2 and Micro.
See Also