Gets or sets the MetadataModel of the specified type.

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[
	FREE_IMAGE_MDMODEL model
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	model As FREE_IMAGE_MDMODEL _
) As MetadataModel
Visual C++
public:
property MetadataModel^ default[FREE_IMAGE_MDMODEL model] {
	MetadataModel^ get (FREE_IMAGE_MDMODEL model);
}

Parameters

model
Type: FreeImageAPI..::.FREE_IMAGE_MDMODEL
Type of the model.

Return Value

The MetadataModel object of the specified type.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also