GifMetadata Class
Represents a GIF format specific metadata.
public sealed class GifMetadata : ICloneable
Public NotInheritable Class GifMetadata
Implements ICloneable
- Inheritance:
- System.ObjectGifMetadata
Implements
System.ICloneable
Properties
RepeatCount
Gets or sets the number of times any animation is repeated.
Property Value
- System.Int32
Methods
Clone()
Creates a new GifMetadata that is a copy of the current instance.
Returns
A new GifMetadata that is a copy of this instance.
Implements
System.ICloneable