MDM_COMMENTS Properties

FreeImage.NET

MDM_COMMENTS Properties

The MDM_COMMENTS type exposes the following members.

Properties
  Name Description
Public property Comment
Gets or sets the comment of the image. Supported formats are JPEG, PNG and GIF.
Public property Count
Returns the number of metadata tags this instance represents.
(Inherited from MetadataModel.)
Public property Exists
Returns whether this model exists in the bitmaps metadata structure.
(Inherited from MetadataModel.)
Public property Item
Returns the metadata tag at the given index. This operation is slow when accessing all tags.
(Inherited from MetadataModel.)
Public property List
Returns a list of all metadata tags this instance represents.
(Inherited from MetadataModel.)
Public property Model
Retrieves the datamodel that this instance represents.
(Overrides MetadataModelModel.)
Top
See Also