Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetInformation Method
See Also 
Leadtools.Twain Namespace > TwainExtraImageInformation Class : GetInformation Method



index
Index of the extended image information to get. Possible values can be between 0 and Count – 1.
index
Index of the extended image information to get. Possible values can be between 0 and Count – 1.
Gets the specified extended image information.

Syntax

Visual Basic (Declaration) 
Public Function GetInformation( _
   ByVal index As Integer _
) As TwainInformation
Visual Basic (Usage)Copy Code
Dim instance As TwainExtraImageInformation
Dim index As Integer
Dim value As TwainInformation
 
value = instance.GetInformation(index)
C# 
public TwainInformation GetInformation( 
   int index
)
C++/CLI 
public:
TwainInformation^ GetInformation( 
   int index
) 

Parameters

index
Index of the extended image information to get. Possible values can be between 0 and Count – 1.

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