Click or drag to resize

TwainExtendedImageInformationItems Property

Gets a Hashtable containing the information retrieved from the device.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Hashtable Items { get; }

Property Value

Type: Hashtable
A Hashtable containing the information.
Remarks
The TwainExtendedImageInfoID values passed into the constructor are used as the keys in the Hashtable.
See Also