PngOptions Properties |
The PngOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | BitDepth |
The bit depth.
|
![]() | ColorType |
Gets or sets the type of the color.
|
![]() | CompressionLevel |
The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
|
![]() | FilterType |
Gets or sets the filter type used during png file save process.
|
![]() | InterruptionToken |
Token that can be used to interrupt export operation
(Inherited from ImageOptionsBase.) |
![]() | Layers |
Gets or sets a of layer names must be exported.
All data will be exported without layers if names is not sets.
(Inherited from ImageOptionsBase.) |
![]() | Palette |
Gets or sets the color palette.
(Inherited from ImageOptionsBase.) |
![]() | Progressive |
Gets or sets a value indicating whether this PngOptions is progressive.
|
![]() | ResolutionSettings |
Gets or sets the resolution settings.
(Inherited from ImageOptionsBase.) |
![]() | Rotation |
Gets or sets the parameter for rotate, flip, or rotate and flip the image..
(Inherited from ImageOptionsBase.) |
![]() | Source |
Gets or sets the source to create image in.
(Inherited from ImageOptionsBase.) |
![]() | Timeout |
Timeout value for export operation
(Inherited from ImageOptionsBase.) |
![]() | VectorRasterizationOptions |
Gets or sets the vector rasterization options.
(Inherited from ImageOptionsBase.) |
![]() | XmpData |
Gets or sets the XMP metadata container.
(Overrides ImageOptionsBaseXmpData.) |