Twain scanner component

Powerful and flexible application for small business management. See 1C:Small Business description

#1
People who like this:0Yes/0No
Active user
Rating: 6
Joined: Mar 20, 2012
Company: Abaco Soluciones S.A.

Hello.
Where can I find English names of methods and properties of the twain component (AddIn.twain.AddInNativeExtension)?

In SmallBusiness at least GetDevices() doesn't exists:

{CommonModule.WorkWithScannerClient.Module(60)}: Object method not found (GetDevices)
DevicesString = TwainComponent.GetDevices();

 
#2
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Mikhail!

The right name is EnumDevices()

 
#3
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Here is the list of English names of this component:

Code
static wchar_t *g_MethodNamesRu[] = {
          L"Version",
          L"SelectDevice",
          L"BeginScan",
          L"IsDevicePresent",
          L"EnumDevices",
          L"Test",
          L"GetSetting",
          L"CombineToMultipageFile",
          L"GetImageFragment",
          L"SplitMultipageFile"
};

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.