Click or drag to resize

VerticalDictionaries Class

This property returns the collection of available vertical (professional) dictionaries.
Inheritance Hierarchy
SystemObject
  Kofax.OmniPageCSDK.IproPlusIproPlusClass
    Kofax.OmniPageCSDK.IproPlusVerticalDictionaries

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class VerticalDictionaries : IproPlusClass, 
	IDisposable

The VerticalDictionaries type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of VerticalDictionary objects contained by the collection.
Top
Methods
  NameDescription
Public methodDisableAll
This method disables all vertical dictionaries.
Public methodDispose
Releases all resources used by the VerticalDictionaries
Public methodEnableAll
This method enables using all available vertical dictionaries.
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested VerticalDictionary object from the collection.
Top
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