Click or drag to resize

DeviceController Property

Gets the TwainController used by the Device class.

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 Controller { get; }

Property Value

Type: TwainController
The TwainController used by the device class.
Remarks
The controller should only be used by developers familiar with the Twain specification. The TwainController was exposed to allow developers to work with low level coding without having to write their own device class.
See Also