Document.GetVerticalDictionaries Method
|
This property returns the collection of available vertical (professional) dictionaries.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetVerticalDictionaries(
out VerticalDictionaries VerticalDictionaries
)
Public Sub GetVerticalDictionaries (
<OutAttribute> ByRef VerticalDictionaries As VerticalDictionaries
)
public:
void GetVerticalDictionaries(
[OutAttribute] VerticalDictionaries^% VerticalDictionaries
)
Parameters
- VerticalDictionaries
- Type: Kofax.OmniPageCSDK.IproPlus.VerticalDictionaries
Remarks
Using the returned collection the vertical dictionaries can be enabled or disabled individually for the recognition.
By default, all vertical dictionaries are switched off.
If any vertical dictionaries are enabled, their use can still be disabled at the zone level using the DisableVertDict property
of the UserZone object.
The Recognize method of the Document or Page objects use this setting.
Changing this property will set the Modified property to True.
See Also