ImageMetadata.Item Property

FreeImage.NET

ImageMetadataItem Property
Overload List
  Name Description
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.

Top
See Also