Click or drag to resize

TwainControllerApplicationIdentity Property

Gets or sets the application identity sent to Twain for the session.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainIdentity ApplicationIdentity { get; set; }

Property Value

Type: TwainIdentity
The application identity sent to Twain.
Exceptions
ExceptionCondition
Thrown if the source manager is open.
Remarks
This should only be set when there is no connection to Twain.
See Also