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

    Show / Hide Table of Contents

    JpegSaveOptions Class

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

    Represents a class which stores saving options for JPEG file format.

    • C#
    • VB.NET
    public sealed class JpegSaveOptions : SaveOptions
    Public NotInheritable Class JpegSaveOptions
        Inherits SaveOptions
    Inheritance:
    System.Object
    SaveOptions
    JpegSaveOptions

    Properties

    Fill

    Gets or sets the fill color for transparent images.

    • C#
    • VB.NET
    public Color Fill { get; set; }
    Public Property Fill As Color
    Property Value
    Color

    The fill color for transparent images.

    Remarks

    If image doesn't have any transparency this will be ignored.

    Inherited Properties

    GifDefault

    Gets the default saving options for GIF image file format.

    (Inherited from SaveOptions)

    JpegDefault

    Gets the default saving options for JPEG image file format.

    (Inherited from SaveOptions)

    PngDefault

    Gets the default saving options for PNG image file format.

    (Inherited from SaveOptions)

    TiffDefault

    Gets the default saving options for TIFF image file format.

    (Inherited from SaveOptions)

    See Also

    JpegDefault
    Save(String, SaveOptions)
    Save(Stream, SaveOptions)
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.