public interface ASPngExportConfiguration extends ImageExportConfiguration
The PNG file format export configuration.
| Modifier and Type | Method and Description |
|---|---|
byte |
getBitDepth()
Gets the bit depth.
|
PngColorType |
getColorType()
Gets or sets the type of the color.
|
int |
getCompressionLevel()
The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
|
PngFilterType |
getFilterType()
Gets or sets the filter type used during png file save process.
|
boolean |
getProgressive()
Gets or sets a value indicating whether this Png is progressive.
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHintgetBackgroundColor, getLicense, isDrawBackgroundPngFilterType getFilterType()
Gets or sets the filter type used during png file save process.
PngFilterTypeint getCompressionLevel()
The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
PngColorType getColorType()
Gets or sets the type of the color.
PngColorTypeboolean getProgressive()
Gets or sets a value indicating whether this Png is progressive.
true if progressive; otherwise, false.byte getBitDepth()
Gets the bit depth.