Click or drag to resize

RecognitionLanguagesDisableAll Method

This method disables all recognition languages in the collection, i.e. no characters will be validated.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void DisableAll()
Remarks

If the container of this collection is the Engine object, the calling of the method has no immediate effect.

When a Document is the parent, this method also sets the Modified property of the Document object to true.

Disabling all languages allows a set of characters to be validated individually or as a group (for instance, numbers only). See Filter property for more information.

See Also