Click or drag to resize

UserZoneUserDictSection Property

Use this property to specify a section name in the currently used user dictionary for this user zone.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public string UserDictSection { get; set; }

Property Value

Type: String
Remarks

A user dictionary can be selected for a document with the SetUserDictionary method of the Document object. If the requested UserDictSection section does not exist in the currently used user dictionary, a trappable error occurs. This property has no effect if the Check property of the Document object is False, no user dictionary is selected for the document, or the DisableUserDict property is True. The default value is an empty string. This means the document-level section will be used, as defined by the SetUserDictionary method of the Document object.

Changing this property sets the Modified property of the Document object to True.

See Also