Click or drag to resize

UserZoneModule Property

Use this property to get or set the recognition module assigned to the user zone.

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

Property Value

Type: RECOGNITIONMODULE
Remarks

It is the integrator's responsibility to ensure it is suitable for the user zone contents. Possible values are listed in the description of the DefaultRecognitionModule property of the Document object, which selects the default recognition module. If this property is RM_AUTO, the default recognition module will be used. Not all recognition methods or filling method combinations are allowed. See the RecAPI documentation for available combinations. Setting an invalid combination will result in a trappable error when the Recognize method of the Page or Document object is called.

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

See Also