- index
- Index of the extended image information to get. Possible values can be between 0 and Count – 1.
| 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.
Refer to TwainExtraImageInformation.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code