Click or drag to resize

VerticalDictionary Class

The VerticalDictionary object contains the name and description of one vertical dictionary.
Inheritance Hierarchy

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

The VerticalDictionary type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
This property is used to get or set whether the particular vertical dictionary is enabled or not for use during recognition.
Public propertyLanguage
This property returns whether the specified language has a vertical dictionary.
Public propertyName
This property returns name of the VerticalDictionary in English.
Public propertyNameID
This property returns name ID of the VerticalDictionary.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the VerticalDictionary
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Top
See Also