ImageMetadata.Item Property (Int32)

FreeImage.NET

ImageMetadataItem Property (Int32)
Gets or sets the MetadataModel at the specified index.

In case the getter returns null the model is not contained by the list.

null can be used calling the setter to destroy the model.

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

Parameters

index
Type: SystemInt32
Index of the MetadataModel within this instance.

Return Value

Type: MetadataModel
The MetadataModel object at the specified index.
See Also