KodakDeviceCapabilityId.Kodak_ImageAddressEnabled

Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.

Moderator: Alex

Post Reply
Hans7711
Posts: 5
Joined: Wed Jan 04, 2023 4:57 pm

KodakDeviceCapabilityId.Kodak_ImageAddressEnabled

Post 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
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: KodakDeviceCapabilityId.Kodak_ImageAddressEnabled

Post 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
Post Reply