WICMetadataHandler Methods

FreeImage.NET

WICMetadataHandler Methods

The WICMetadataHandler type exposes the following members.

Methods
  Name Description
Public method Code example ContainsQuery
Determines whether a given query string exists within a BitmapMetadata object.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method Code example GetQuery
Provides access to a metadata query reader that can extract metadata from a bitmap image file.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Code example RemoveQuery
Removes a metadata query from an instance of BitmapMetadata.
Public method Save
Saves the metadata to the underlying FreeImageBitmap. Modified metadata is not saved until this method is called.
Public method Code example SetQuery
Provides access to a metadata query writer that can write metadata to a bitmap image file.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also