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

    Show / Hide Table of Contents

    ImageFrameMetadata Class

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

    Represents an image frame metadata.

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

    Properties

    Gif

    Gets the GIF format specific metadata.

    • C#
    • VB.NET
    public GifFrameMetadata Gif { get; }
    Public ReadOnly Property Gif As GifFrameMetadata
    Property Value
    GifFrameMetadata

    The GIF format specific metadata.

    Methods

    Clone()

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

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

    A new ImageFrameMetadata that is a copy of this instance.

    Implements

    System.ICloneable
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.