Gembox.Imaging
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    GifMetadata Class

    Namespace:
    GemBox.Imaging.Gif
    Assembly:
    GemBox.Imaging.dll

    Represents a GIF format specific metadata.

    • C#
    • VB.NET
    public sealed class GifMetadata : ICloneable
    Public NotInheritable Class GifMetadata
        Implements ICloneable
    Inheritance:
    System.Object
    GifMetadata
    Implements
    System.ICloneable

    Properties

    RepeatCount

    Gets or sets the number of times any animation is repeated.0 means to repeat indefinitely, count is set as repeat n-1 times. Defaults to 1.

    • C#
    • VB.NET
    public int RepeatCount { get; set; }
    Public Property RepeatCount As Integer
    Property Value
    System.Int32

    Methods

    Clone()

    Creates a new GifMetadata that is a copy of the current instance.

    • C#
    • VB.NET
    public GifMetadata Clone()
    Public Function Clone As GifMetadata
    Returns
    GifMetadata

    A new GifMetadata that is a copy of this instance.

    Implements

    System.ICloneable
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.