Accusoft.TwainPro8.Net
ApplicationIdentity Class
Members  See Also  Send Feedback
Accusoft.TwainProSdk Namespace : ApplicationIdentity Class




Glossary Item Box

An object that represents the TWAIN identity of the application.

Object Model

ApplicationIdentity Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

All TWAIN Data Sources and applications have a TWAIN Identity. This enables the TWAIN Data Source Manager (DSM) to keep track of all running TWAIN applications and Data Sources.

A TWAIN Identity consists of four strings: Product Name, Product Family, Manufacturer and Version Information.

These identities can be set for TwainPRO applications using the ProductName, ProductFamily, Manufacturer and VersionInfo properties respectively.

These properties are part of TwainPRO Session Initialization so they need to be set before calling the TwainDevice.OpenSession or TwainDevice.StartSession methods.

Some Data Source User Interfaces will display a progress indicator during image transfer that displays the application's Product Name Identity.

Inheritance Hierarchy

System.Object
   Accusoft.TwainProSdk.ApplicationIdentity

See Also

©2013. Accusoft Corporation. All Rights Reserved.