Click or drag to resize

VerticalDictionaryEnabled 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
Syntax
public bool Enabled { get; set; }

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