The CogOCRMaxFieldingDefinition type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Alias |
Get or set the single character that will be used to refer
to this field definition.
| |
| 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.) | |
| CharacterSet |
Get or set any individual characters to be included in this
field definition. May be empty but may not be null.
This property is ignored if Wildcard is true. This property
may not be set if Editable is false.
| |
| Editable |
Get whether the CharacterSet and/or Wildcard fields
may be modified. Note that this property does NOT control
access to either the Alias or Enabled properties -
they are always modifiable.
| |
| Enabled |
Get or set whether this field definition should be used by the
CogOCRMaxFielding operator in interpreting its FieldString property
when its Execute method is called.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| 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.) | |
| Wildcard |
Get or set whether this fielding definition includes any and
all characters (including space). If this property is true,
the CharacterSet property is ignored. This property may not be
set if the Editable property is false.
|
See Also