Acquisition.Parent Property |
Gets or sets the parent window for the acquisition.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public IWin32Window Parent { get; set; }
Public Property Parent As IWin32Window
Get
Set
Property Value
Type:
IWin32Window The parent window used for the acquisition. The parent must derive from
System.Windows.Forms.Control for background threading during a scan.
Remarks If a parent window is not provided, DotTwain will create a hidden window to act as the
parent.
Because some drivers do not function properly with hidden windows, this property should be set to a visible
window whenever possible.
See Also