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