MetadataModel.Item Property
From FreeImage.NET
FreeImage.NET Class Library Reference
| 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)
C#
public MetadataTag this[ int index ] { get; }
Parameters
- index
- Type: SystemInt32
Index of the tag.
Return Value
Type: MetadataTagThe metadata tag.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is greater or equal Count or index is less than zero. |