[]
Encoder options supported by the native PNG codec.
public class PngOptions : BaseOptions
public PngOptions()
Specifies the filter option to use for image compression.
public WicPngFilter? Filter { get; set; }
The default value is PngFilter.Unspecified.
Specifies whether to encode the image data as interlaced.
public bool? Interlace { get; set; }
The default value is false.