Visual Basic (Declaration) | |
---|---|
Public Function GetInformation( _ ByVal index As Integer _ ) As TwainInformation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TwainInformation GetInformation( int index ) |
Managed Extensions for 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family