[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.PngOptions

Class PngOptions

Namespace
GrapeCity.Documents.Imaging.Windows
Assembly
GcDocs.Imaging.Windows.dll

Encoder options supported by the native PNG codec.

public class PngOptions : BaseOptions
Inheritance
PngOptions
Inherited Members

Constructors

PngOptions()

public PngOptions()

Properties

Filter

Specifies the filter option to use for image compression.

public WicPngFilter? Filter { get; set; }

Property Value

WicPngFilter?

Remarks

The default value is PngFilter.Unspecified.

Interlace

Specifies whether to encode the image data as interlaced.

public bool? Interlace { get; set; }

Property Value

bool?

Remarks

The default value is false.