Click or drag to resize

TwainController Constructor (IWin32Window, TwainIdentity)

Creates a new instance of TwainController specifying the parent window and application identity information.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainController(
	IWin32Window parent,
	TwainIdentity identity
)

Parameters

parent
Type: System.Windows.FormsIWin32Window
The window that will act as the parent for Twain and driver dialogs.
identity
Type: Atalasoft.TwainTwainIdentity
A TwainIdentity containing information about the application.
Examples
_ctor Constructor
See Also