JpegBitmapEncoderOptions Class
Definition
Represents the options used to save a bitmap in the JPEG format.
public class JpegBitmapEncoderOptions
Constructors
| Name | Description |
|---|---|
| JpegBitmapEncoderOptions | No summary available. |
JpegBitmapEncoderOptions Constructor
public JpegBitmapEncoderOptions()
Properties
| Name | Description |
|---|---|
| Default | Gets the default JPEG encoder options. |
| Quality | Gets or sets the quality to use, from 0 (lowest) to 100 (highest). Defaults to 100. |
Default Property
Gets the default JPEG encoder options.
public Avalonia.Media.Imaging.JpegBitmapEncoderOptions Default { get; set; }
Quality Property
Gets or sets the quality to use, from 0 (lowest) to 100 (highest). Defaults to 100.
public int Quality { get; set; }