CogIDQRCode PropertiesCognex VisionPro

The CogIDQRCode type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyEnabled
If True, attempt to find and process QRCode symbol(s).
Public propertyFlexibleGridSize
Sets or gets the flag to override the trained grid size at run time. If true, the grid size can on step larger or one step smaller than trained size.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyIgnorePolarity
Sets or gets the flag to ignore trained polarity at run time.
Public propertyMaxGridSize
Gets or sets the maximum grid size to look for.
Public propertyModel
Sets or gets the model type used for the QR Code symbology.
Public propertyPerspectiveEnabled
Sets or gets whether to consider perspective distortion for symbol (symbol acquired at an angle).
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also