The CogIDDataMatrix 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 DataMatrix 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.
| |
| PerspectiveEnabled | Sets or gets whether to consider perspective distortion for the symbol (symbol acquired at an angle).
| |
| PrintDeformation |
Sets or gets the print deformation to be used at train-time and run-time.
| |
| ProcessControlMetrics |
The type of process control metrics to be computed for
DataMatrix symbols.
| |
| 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