[]
        
(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
object
PngOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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.