Click or drag to resize

AcquisitionParent Property

Gets or sets the parent window for the acquisition.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IWin32Window Parent { 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