Search found 3 matches

by SPASA2009
Thu Sep 09, 2010 8:28 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Saving multiple page pdf to database
Replies: 1
Views: 5892

Saving multiple page pdf to database

Hi I am upgrading an application from version 5 which scans one or more pages as pdf to a database using javascript. It is working fine for single pages but when scanning more than one page I receive an error 'wrong number of arguments or invalid property assignment' on the line device.AcquiredImage...
by SPASA2009
Tue Sep 22, 2009 10:57 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Accessing Enumerations from WebApps
Replies: 3
Views: 7824

Re: Accessing Enumerations from WebApps

How can I easily get a full list of the values of ALL Enumerations? The values do not appear to be listed in the help documentation. Am I expected to use the object browser to get the values? Or perhaps .NET Reflector to examine the dll? I suggest the values are added to the documentation for easy r...
by SPASA2009
Tue Sep 22, 2009 9:20 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Accessing Enumerations from WebApps
Replies: 3
Views: 7824

Accessing Enumerations from WebApps

How do I access Enumerations from an ASP.NET Web application?

Example 1 currently just uses hardcoded numbers for capabilities, such as the following line:
VSTwain1.Capability = 4098; // FeederEnabled

How would I instead use the DeviceCapability enumeration in my javascript?