SaveOptions Class
Represents a base class for saving options of various image file formats.
- Inheritance:
- System.ObjectSaveOptions
- Derived
Properties
GifDefault
Gets the default saving options for GIF image file format.
public static GifSaveOptions GifDefault { get; }
Public Shared ReadOnly Property GifDefault As GifSaveOptions
Property Value
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.
public static JpegSaveOptions JpegDefault { get; }
Public Shared ReadOnly Property JpegDefault As JpegSaveOptions
Property Value
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.
public static PngSaveOptions PngDefault { get; }
Public Shared ReadOnly Property PngDefault As PngSaveOptions
Property Value
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.
public static TiffSaveOptions TiffDefault { get; }
Public Shared ReadOnly Property TiffDefault As TiffSaveOptions
Property Value
The default saving options for TIFF image file format.
Remarks
This property always returns a new instance of TiffSaveOptions class initialized with default constructor.