Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

ItemType Property (TwainInformation)






Get or sets the type of data contained in the extended image information.
Syntax
public TwainItemType ItemType {get; set;}
'Declaration
 
Public Property ItemType As TwainItemType
'Usage
 
Dim instance As TwainInformation
Dim value As TwainItemType
 
instance.ItemType = value
 
value = instance.ItemType
public:
property TwainItemType ItemType {
   TwainItemType get();
   void set (    TwainItemType value);
}

Property Value

The type of data contained in the extended image information.
Example
Refer to TwainInformation.GetItem(int, int)
Requirements

Target Platforms

See Also

Reference

TwainInformation Class
TwainInformation Members

Error processing SSI file