Click or drag to resize

AcquisitionApplicationIdentity Property

Gets the TwainIdentity object containing application information that is sent to Twain.

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

Property Value

Type: TwainIdentity
A TwainIdentity object for application information.
Remarks
This information should only be set or modified before or after a Twain session.
See Also