FreeImage.NET Class Library Reference
MDM_XMP Properties |
The MDM_XMP type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
Returns the number of metadata tags this instance represents.
(Inherited from MetadataModel.) |
|
Exists |
Returns whether this model exists in the bitmaps metadata structure.
(Inherited from MetadataModel.) |
|
Item |
Returns the metadata tag at the given index. This operation is slow when accessing all tags.
(Inherited from MetadataModel.) |
|
List |
Returns a list of all metadata tags this instance represents.
(Inherited from MetadataModel.) |
|
Model |
Retrieves the datamodel that this instance represents.
(Overrides MetadataModelModel.) |
|
Xml |
Gets or sets the XMP XML content.
|
|
XmlReader |
Gets an XmlReader initialized to read the XMP XML content.
Returns null, if the metadata tag XMLPacket is not present in
this model.
|
See Also