Click or drag to resize

TwainUserInterfaceParentHandle Property

Gets or sets the window handle that will act as the parent for the dialog.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public IntPtr ParentHandle { get; set; }

Property Value

Type: IntPtr
The parent window handle.
Remarks
This property must be set before sending the TwainUserInterface to the SendCommand method.
See Also