ImageMetadata Class
Represents an image metadata.
public sealed class ImageMetadata : ICloneable
Public NotInheritable Class ImageMetadata
Implements ICloneable
- Inheritance:
- System.ObjectImageMetadata
Implements
System.ICloneable
Properties
Gif
Gets the GIF format specific metadata.
Property Value
The GIF format specific metadata.
Methods
Clone()
Creates a new ImageMetadata that is a copy of the current instance.
Returns
A new ImageMetadata that is a copy of this instance.
Implements
System.ICloneable