Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ItemType Property
See Also 
Leadtools.Twain Namespace > TwainOneValueCapability Class : ItemType Property



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

Syntax

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

Property Value

The type of data contained in the TwainOneValueCapability object.

Example

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also