Page 1 of 1

KodakDeviceCapabilityId.Kodak_ImageAddressEnabled

Posted: Wed Jan 11, 2023 7:31 pm
by Hans7711
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 "nothing" for kodakImageAddressEnabledCap

The example, I found:
Dim kodakUltrasonicDetectionCap As Vintasoft.Twain.DeviceCapability = device.Capabilities.Find(CUShort(Vintasoft.Twain.KodakDeviceCapabilityId.Kodak_UltrasonicSensitivity))

I get a value for kodakUltrasonicDetectionCap -> "{Id=32807, Name=Kodak_UltrasonicSensitivity}"

Would it be possible to give me a hint, how get access to the image address in order to set it by CAP. Thank you.

Sincerely, Hans

Re: KodakDeviceCapabilityId.Kodak_ImageAddressEnabled

Posted: Thu Jan 12, 2023 8:53 am
by Alex
Hi Hans,

You can get a list of capabilities, which are supported by TWAIN device, using the Device.Capabilities property.

Please check if Kodak_ImageAddressEnabled (0x8016) capability is supported by your Kodak scanner.

Best regards, Alexander