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.4.0.9.0.377 (.NET 4.5.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