This property returns the recognition module that will be used to recognize the zone.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic RECOGNITIONMODULE Module { get; }
Public ReadOnly Property Module As RECOGNITIONMODULE
Get
public:
property RECOGNITIONMODULE Module {
RECOGNITIONMODULE get ();
}
Property Value
Type:
RECOGNITIONMODULE
Remarks
Possible values are documented in the description for the Module property of
the UserZone object.
See Also