MetadataTag Methods

FreeImage.NET

MetadataTag Methods

The MetadataTag type exposes the following members.

Methods
  Name Description
Public method AddToImage
Add this metadata to an image.
Public method Clone
Creates a deep copy of this MetadataTag.
Public method CompareTo(Object)
Compares this instance with a specified Object.
Public method CompareTo(MetadataTag)
Compares the current instance with another object of the same type.
Public method Dispose
Releases all resources used by the instance.
Public method Equals(Object)
Tests whether the specified object is a MetadataTag instance and is equivalent to this MetadataTag instance.
(Overrides ObjectEquals(Object).)
Public method Equals(MetadataTag)
Tests whether the specified MetadataTag instance is equivalent to this MetadataTag instance.
Public method GetHashCode
Returns a hash code for this MetadataTag structure.
(Overrides ObjectGetHashCode.)
Public method GetPropertyItem
Gets a .NET PropertyItem for this metadata tag.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method SetValue(Object)
Sets the value of the metadata.

In case value is of byte or byte[] FIDT_UNDEFINED is assumed.

In case value is of uint or uint[] FIDT_LONG is assumed.

Public method SetValue(Object, FREE_IMAGE_MDTYPE)
Sets the value of the metadata.
Public method ToString
Converts the value of the MetadataTag object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also