ImageMetadata Properties

FreeImage.NET

ImageMetadata Properties

The ImageMetadata type exposes the following members.

Properties
  Name Description
Public property Count
Returns the number of visible MetadataModels.
Public property HideEmptyModels
Gets or sets whether empty MetadataModels are hidden.
Public property ItemInt32
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.

Public property ItemFREE_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.

Public property List
Returns a list of all visible MetadataModels.
Top
See Also