FreeImage.NET Class Library Reference
ImageMetadata Properties |
The ImageMetadata type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
Returns the number of visible
MetadataModels.
|
|
HideEmptyModels |
Gets or sets whether empty
MetadataModels are hidden.
|
|
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. |
|
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. |
|
List |
Returns a list of all visible
MetadataModels.
|
See Also