Click or drag to resize

TwainUserInterface Constructor (Boolean, Boolean, IntPtr)

Creates a new instance of TwainUserInterface setting the showUI, modalUI and parentHandle properties.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainUserInterface(
	bool showUI,
	bool modalUI,
	IntPtr parentHandle
)

Parameters

showUI
Type: SystemBoolean
Indicates whether the driver interface is shown or hidden.
modalUI
Type: SystemBoolean
Requests that the driver show its interface modally.
parentHandle
Type: SystemIntPtr
The parent window handle used by the device.
See Also