MetadataModel.Item Property

FreeImage.NET

MetadataModelItem Property
Returns the metadata tag at the given index. This operation is slow when accessing all tags.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public MetadataTag this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of the tag.

Return Value

Type: MetadataTag
The metadata tag.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is greater or equal Count or index is less than zero.
See Also