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




Gets or sets the extended image information ID.

Syntax

Visual Basic (Declaration) 
Public Property InfoId As TwainExtendedImage
Visual Basic (Usage)Copy Code
Dim instance As TwainInformation
Dim value As TwainExtendedImage
 
instance.InfoId = value
 
value = instance.InfoId
C# 
public TwainExtendedImage InfoId {get; set;}
Managed Extensions for C++ 
public: __property TwainExtendedImage get_InfoId();
public: __property void set_InfoId( 
   TwainExtendedImage value
);
C++/CLI 
public:
property TwainExtendedImage InfoId {
   TwainExtendedImage get();
   void set (TwainExtendedImage value);
}

Return Value

The extended image information ID.

Example

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