Engine.GetUDManager Method
|
This property returns the
UDManager object, used to maintain user dictionaries.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetUDManager(
out UDManager UDManager
)
Public Sub GetUDManager (
<OutAttribute> ByRef UDManager As UDManager
)
public:
void GetUDManager(
[OutAttribute] UDManager^% UDManager
)
Parameters
- UDManager
- Type: Kofax.OmniPageCSDK.IproPlus.UDManager
Remarks
If the Engine is not initialized, accessing this property raises a trappable error.
See Also