FreeImage.NET Class Library Reference
MetadataTag Methods |
The MetadataTag type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddToImage |
Add this metadata to an image.
|
|
Clone |
Creates a deep copy of this MetadataTag.
|
|
CompareTo(Object) |
Compares this instance with a specified Object.
|
|
CompareTo(MetadataTag) |
Compares the current instance with another object of the same type.
|
|
Dispose |
Releases all resources used by the instance.
|
|
Equals(Object) |
Tests whether the specified object is a MetadataTag instance
and is equivalent to this MetadataTag instance.
(Overrides ObjectEquals(Object).) |
|
Equals(MetadataTag) |
Tests whether the specified MetadataTag instance is equivalent to this MetadataTag instance.
|
|
GetHashCode |
Returns a hash code for this MetadataTag structure.
(Overrides ObjectGetHashCode.) |
|
GetPropertyItem |
Gets a .NET PropertyItem for this metadata tag.
|
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
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. |
|
SetValue(Object, FREE_IMAGE_MDTYPE) |
Sets the value of the metadata.
|
|
ToString |
Converts the value of the MetadataTag object
to its equivalent string representation.
(Overrides ObjectToString.) |
See Also