Table of Contents

Class PngEncoderOptions

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.Core.dll

The keys in this class are used to set property values in an IPropertyBag2 when working with the PNG IBitmapEncoder's options.

See PNG Format Overview for more information.

public static class PngEncoderOptions
Inheritance
PngEncoderOptions
Inherited Members

Properties

FilterOption

Specifies the filter option to use for image compression.

The default value is Unspecified.

InterlaceOption

Specifies whether to encode the image data as interlaced.

The default value is false.