PngBitmapEncoderOptions Class
Definition
Represents the options used to save a bitmap in the PNG format.
public class PngBitmapEncoderOptions
Constructors
| Name | Description |
|---|---|
| PngBitmapEncoderOptions | No summary available. |
PngBitmapEncoderOptions Constructor
public PngBitmapEncoderOptions()
Properties
| Name | Description |
|---|---|
| CompressionLevel | Gets or sets the compression level to use. Defaults to System.IO.Compression.CompressionLevel.Optimal. |
| Default | Gets the default PNG encoder options. |
CompressionLevel Property
Gets or sets the compression level to use. Defaults to System.IO.Compression.CompressionLevel.Optimal.
public System.IO.Compression.CompressionLevel CompressionLevel { get; set; }
Default Property
Gets the default PNG encoder options.
public Avalonia.Media.Imaging.PngBitmapEncoderOptions Default { get; set; }