Provides access to metadata tags in image files.
| C# | Visual Basic |
public sealed class ImageMetadata : IDisposable
Public NotInheritable Class ImageMetadata _ Implements IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Dispose()()()() |
Releases all resources used by this ImageMetadata object.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows a ImageMetadata to attempt to free resources and perform other cleanup operations before the ImageMetadata is reclaimed by garbage collection.
(Overrides Object.Finalize()()()().) | |
| FromFile(String) |
Creates an ImageMetadata from the specified file
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetPropertyItem(Int32) |
Gets the specified property item from this image.
| |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PropertyItems |
Gets all the property items (pieces of metadata) stored in this image.
| |
| Save(String) |
Saves this image to the specified file or stream.
| |
| Save(String, ImageFormat) |
Saves this image to the specified file in the specified format.
| |
| SetPropertyItem(PropertyItem) |
Stores a property item (piece of metadata) in this image.
| |
| ToString()()()() | (Inherited from Object.) |
| Platforms Supported | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |
| Windows Embedded Compact | Windows CE 5.0 and later |
| Object | |
| ImageMetadata | |