Returns the tag at the given index.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
protected MetadataTag GetTagFromIndex( int index ) |
| Visual Basic (Declaration) |
|---|
Protected Function GetTagFromIndex ( _ index As Integer _ ) As MetadataTag |
| Visual C++ |
|---|
protected: MetadataTag^ GetTagFromIndex( int index ) |
Parameters
- index
- Type: System..::.Int32
Index of the tag to return.