MetadataModel Properties

FreeImage.NET

MetadataModel Properties

The MetadataModel type exposes the following members.

Properties
  Name Description
Public property Count
Returns the number of metadata tags this instance represents.
Public property Exists
Returns whether this model exists in the bitmaps metadata structure.
Public property Item
Returns the metadata tag at the given index. This operation is slow when accessing all tags.
Public property List
Returns a list of all metadata tags this instance represents.
Public property Model
Retrieves the datamodel that this instance represents.
Top
See Also