Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
ItemType Property
See Also 
Leadtools.Twain Namespace > TwainEnumerationCapability Class : ItemType Property




Gets or sets the type of data contained in the TwainEnumerationCapability object.

Syntax

Visual Basic (Declaration) 
Public Property ItemType As TwainItemType
Visual Basic (Usage)Copy Code
Dim instance As TwainEnumerationCapability
Dim value As TwainItemType
 
instance.ItemType = value
 
value = instance.ItemType
C# 
public TwainItemType ItemType {get; set;}
Managed Extensions for C++ 
public: __property TwainItemType get_ItemType();
public: __property void set_ItemType( 
   TwainItemType value
);
C++/CLI 
public:
property TwainItemType ItemType {
   TwainItemType get();
   void set (TwainItemType value);
}

Return Value

The type of data contained in the TwainEnumerationCapability object.

Example

Remarks

For more information, refer to How to Work with the Container.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also