Search found 5 matches

by Hans7711
Wed Jan 11, 2023 7:31 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: KodakDeviceCapabilityId.Kodak_ImageAddressEnabled
Replies: 1
Views: 5565

KodakDeviceCapabilityId.Kodak_ImageAddressEnabled

Hi Alex, an important issue for my project is to set and get image addesses of scanner Kodeak i5850. With following code: Dim kodakImageAddressEnabledCap As Vintasoft.Twain.DeviceCapability = device.Capabilities.Find(CUShort(Vintasoft.Twain.KodakDeviceCapabilityId.Kodak_ImageAddressEnabled)) I get &...
by Hans7711
Tue Jan 10, 2023 12:58 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Do scanner setting by Twain GUI (CustomDsData)
Replies: 6
Views: 5528

Re: Do scanner setting by Twain GUI (CustomDsData)

Hi Alex,

thank you again, I forgot to disable the device. How can I see if ShowSetupDialog was cancelled?

Kind regards, Hans
by Hans7711
Mon Jan 09, 2023 8:12 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Do scanner setting by Twain GUI (CustomDsData)
Replies: 6
Views: 5528

Re: Do scanner setting by Twain GUI (CustomDsData)

Hi Alex, thank you very much for your information. Loading the settings works fine: device.Open() LoadSettings("C:\_Share\Source\_NET\VintaSoft\Patch2_i5850.twn", device) device.ShowSetupDialog() 'to adjust some new settings but saving the new settings does not work, obiously because the d...
by Hans7711
Wed Jan 04, 2023 5:30 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Do scanner setting by Twain GUI (CustomDsData)
Replies: 6
Views: 5528

Do scanner setting by Twain GUI (CustomDsData)

Hi, I'm new here and evaluating the VB.NET Twain SDK for Kodak i5850. we would like to scan jobwise an load twain settings from file. To adjust the scanjobs, we want to use the GUI of the twain driver in that way: 1. device.LoadSettings(fs) 'loading the scanner settings from file 2. <adjust by GUI> ...