Device.Controller Property |
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public TwainController Controller { get; }
Public ReadOnly Property Controller As TwainController
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