The CogIDQRCode type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
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.) | |
| Enabled | If True, attempt to find and process QRCode symbol(s). | |
| FlexibleGridSize | 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.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| IgnorePolarity | Sets or gets the flag to ignore trained polarity at run time.
| |
| MaxGridSize | Gets or sets the maximum grid size to look for. | |
| Model | Sets or gets the model type used for the QR Code symbology.
| |
| PerspectiveEnabled | Sets or gets whether to consider perspective distortion for symbol (symbol acquired at an angle).
| |
| StateFlags |
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.) |
See Also