Returns the tag at the given index.

Namespace:  FreeImageAPI.Metadata
Assembly:  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.

Return Value

The tag at the given index.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also