WFHandler.WindowHandle Property
|
This property can be used to set a specific handle for the opening dialog boxes to use as a parent window.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IntPtr WindowHandle { get; set; }
Public Property WindowHandle As IntPtr
Get
Set
public:
property IntPtr WindowHandle {
IntPtr get ();
void set (IntPtr value);
}
Property Value
Type:
IntPtr
See Also