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

    Show / Hide Table of Contents

    SaveOptions Class

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

    Represents a base class for saving options of various image file formats.

    • C#
    • VB.NET
    public abstract class SaveOptions
    Public MustInherit Class SaveOptions
    Inheritance:
    System.Object
    SaveOptions
    Derived
    GifSaveOptions
    JpegSaveOptions
    PngSaveOptions
    TiffSaveOptions

    Properties

    GifDefault

    Gets the default saving options for GIF image file format.

    • C#
    • VB.NET
    public static GifSaveOptions GifDefault { get; }
    Public Shared ReadOnly Property GifDefault As GifSaveOptions
    Property Value
    GifSaveOptions

    The default saving options for GIF image file format.

    Remarks

    This property always returns a new instance of GifSaveOptions class initialized with default constructor.

    JpegDefault

    Gets the default saving options for JPEG image file format.

    • C#
    • VB.NET
    public static JpegSaveOptions JpegDefault { get; }
    Public Shared ReadOnly Property JpegDefault As JpegSaveOptions
    Property Value
    JpegSaveOptions

    The default saving options for JPEG image file format.

    Remarks

    This property always returns a new instance of JpegSaveOptions class initialized with default constructor.

    PngDefault

    Gets the default saving options for PNG image file format.

    • C#
    • VB.NET
    public static PngSaveOptions PngDefault { get; }
    Public Shared ReadOnly Property PngDefault As PngSaveOptions
    Property Value
    PngSaveOptions

    The default saving options for PNG image file format.

    Remarks

    This property always returns a new instance of PngSaveOptions class initialized with default constructor.

    TiffDefault

    Gets the default saving options for TIFF image file format.

    • C#
    • VB.NET
    public static TiffSaveOptions TiffDefault { get; }
    Public Shared ReadOnly Property TiffDefault As TiffSaveOptions
    Property Value
    TiffSaveOptions

    The default saving options for TIFF image file format.

    Remarks

    This property always returns a new instance of TiffSaveOptions class initialized with default constructor.

    See Also

    Save(String)
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.