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

    Show / Hide Table of Contents

    ImageMetadata Class

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

    Represents an image metadata.

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

    Properties

    Gif

    Gets the GIF format specific metadata.

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

    The GIF format specific metadata.

    Methods

    Clone()

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

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

    A new ImageMetadata that is a copy of this instance.

    Implements

    System.ICloneable
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.