UserZoneDisableVerticalDict Property
|
Use this property to get or set whether the checking subsystem uses the currently set vertical (professional) dictionary for this user zone.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool DisableVerticalDict { get; set; }Public Property DisableVerticalDict As Boolean
Get
Set
public:
property bool DisableVerticalDict {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
Remarks
A vertical dictionary can be selected by the VerticalDictionaries property of
the Document object. The default value of this property is False.
This property has no effect if the Check property of the Document object is False,
or no vertical dictionary is selected for the document.
Changing this property sets the Modified property of the Document object to True.
See Also