FreeImage.NET Class Library Reference
MetadataModelGetTagFromIndex Method |
Returns the tag at the given index.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected MetadataTag GetTagFromIndex( int index )
Parameters
- index
- Type: SystemInt32
Index of the tag to return.
Return Value
Type: MetadataTagThe tag at the given index.
See Also