See Also Examples Applies To
Asks to the component to register your application into TWAIN.
Syntax
object.TwainSetApplicationInfo (nMajorNumVersion, nMinorNumVersion, nLanguageID, nCountryID, sVersionInfo, sCompanyName, sProductFamily, sProductName)
The TwainSetApplicationInfo syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nMajorNumVersion | Required. Long. Your application major number version. |
| nMinorNumVersion | Required. Long. Your application minor number version. |
| nLanguageID | Required. Long A TWAIN Language constant. The language ID of your application. |
| nCountryID | Required. Long A TWAIN Country constant. The country ID of your application. |
| sVersionInfo | Required. String. Version informations of your application. |
| sCompanyName | Required. String. The company name which provides the application. |
| sProductFamily | Required. String. The product family name. |
| sProductName | Required. String. The product name. |
Remarks
Call this method only if Twain state < 3 (TWAIN_SOURCE_ENABLED)
Category
TWAIN Capability