Click or drag to resize

DocumentWindowHandle Property

This property is used to get or set the handle to the Document object's parent window.

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

Property Value

Type: IntPtr
Remarks

When a dialog box is displayed, this window will be used as the parent of the dialog window. If IPRO is used in .NET environments, pass a control handle cast to an integer. This property overrides the Engine object's WindowHandle property.

The default value of this property is 0, which means the Engine's WindowHandle property is used.

Displaying any UI element in IPRO applications is not frequent, but is done for example when calling the Scanners collection's ScannerWizard method which displays the scanner configuration wizard.

See Also