In This Topic
Reference Guides / JavaScript API / Actions / TWAIN Acquisition / TwainGetClientInfo

TwainGetClientInfo

In This Topic
 TwainGetClientInfo

This function allows you to retrieve all the available information about the system the client is running on.

Be sure to check that the local TWAIN service is up and running before calling this method.

TwainGetClientInfo: function (docuViewareID)

Parameters

docuViewareID
The identifier for the DocuVieware™ instance you work with.

Return Value

An object with the following prototype if success { hostName, userName, userDomain, operatingSystem, twainDsmVersion, throwError }, null otherwise.       
See Also