Gives the Twain add-on and Data Source Manager some information about your script.
Synopsis
TwainInit(Country, ProductName, Version, Revision, Manufacturer, ProductFamily)
Args
Country is the country code. Omitting this arg tells Twain that you want to use whatever language is the default one on a system.
ProductName is any string you wish to use as your software's name. If omitted, it defaults to the name of your script/object that calls TwainInit().
Version and Revision are the version and revision numbers of your software. If omitted, they default to 0.
Manufacturer is any string you wish to use as your software's manufacturer name. If omitted, it defaults to nothing.
ProductFamily is any string you wish to use as your software's product family name. If omitted, it defaults to nothing.
Notes
TwainInit should be called once before calling any other Twain functions.