Click or drag to resize

DocumentDefaultRecognitionModule Property

Use this property to get or set the default recognition module used during recognition.

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

Property Value

Type: RECOGNITIONMODULE
Remarks

This setting is used in all zones for which the value of the Module property is RM_AUTO, the FillingMethod property is FM_DEFAULT and DefaultFillingMethod property of the Document object is also FM_DEFAULT.

Available values are listed under the RECOGNITIONMODULE Enumeration topic.

The default value is RM_AUTO. This setting can be overridden by the Module property of the UserZone object.

Changing this property will set the Modified property to True.

See Also