CogIDQRCode Model Property Cognex VisionPro 9.7
Sets or gets the model type used for the QR Code symbology.

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

public CogIDQRCodeModelConstants Model { get; set; }

Property Value

Type: CogIDQRCodeModelConstants
Default value is Model1.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of CogIDQRCodeModelConstants
Remarks

Model refers to the version of the QR Code to be decoded. It may be either Model 1 (original) or Model 2 (enhanced), or MicroQR (reduced size).
See Also