Dynamsoft Home|Product Home

VersionInfo Property

Description

Sets or returns the version info string for the application identity.

Data type

String. The max length is 32.

Syntax

ObjectName. VersionInfo

Remarks

The VersionInfo property is a part of the application identity. The application identity consists of the Manufacturer, ProductFamily, ProductName and VersionInfo properties. These information may be shown in Source's interface.

All the application identity information should be set prior to invoking OpenSourceManager(). Since with built-in Wizard Mode, Dynamic TWAIN manages the transition of TWAIN state intelligently, OpensourceManager() may be called automatically by other TWAIN related functions, such as OpenSource() or AcquireImage(). It is recommended that application identity information should be set prior to any other TWAIN functions.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.

See also

OpenSourceManager(), Manufacturer property, ProductFamily property, ProductName property, TWAIN state transition