JpegSaveOptions Class
Represents a class which stores saving options for JPEG file format.
public sealed class JpegSaveOptions : SaveOptions
Public NotInheritable Class JpegSaveOptions
Inherits SaveOptions
- Inheritance:
- System.ObjectJpegSaveOptions
Properties
Fill
Gets or sets the fill color for transparent images.
Property Value
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) |