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

Show in webframe

ItemType Property (TwainEnumerationCapability)






Gets or sets the type of data contained in the TwainEnumerationCapability object.
Syntax
public TwainItemType ItemType {get; set;}
'Declaration
 
Public Property ItemType As TwainItemType
'Usage
 
Dim instance As TwainEnumerationCapability
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 TwainEnumerationCapability object.
Remarks
For more information, refer to How to Work with the Container.
Example
Refer to TwainEnumerationCapability
Requirements

Target Platforms

See Also

Reference

TwainEnumerationCapability Class
TwainEnumerationCapability Members

Error processing SSI file