Click or drag to resize

DocumentGetVerticalDictionaries 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
Syntax
public void GetVerticalDictionaries(
	out VerticalDictionaries VerticalDictionaries
)

Parameters

VerticalDictionaries
Type: Kofax.OmniPageCSDK.IproPlusVerticalDictionaries
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