VerticalDictionary.Enabled Property
|
This property is used to get or set whether the particular vertical dictionary is enabled or not for use during recognition.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
When a Document is the parent, setting of this property also sets the Modified property of the Document object to true.
If the container of this collection is the Engine object, the setting of this property has no immediate effect.
The default value for this property is False.
See Also