ImageMetadata.Item Property (FREE_IMAGE_MDMODEL)

FreeImage.NET

ImageMetadataItem Property (FREE_IMAGE_MDMODEL)
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) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public MetadataModel this[
	FREE_IMAGE_MDMODEL model
] { get; }

Parameters

model
Type: FreeImageAPIFREE_IMAGE_MDMODEL
Type of the model.

Return Value

Type: MetadataModel
The MetadataModel object of the specified type.
See Also