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)

Syntax

C#
public MetadataModel this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As MetadataModel
Visual C++
public:
property MetadataModel^ default[int index] {
	MetadataModel^ get (int index);
}

Parameters

index
Type: System..::.Int32
Index of the MetadataModel within this instance.

Return Value

The MetadataModel object at the specified index.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also