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, getTextRenderingHint
getBackgroundColor, getLicense, isDrawBackground
PngFilterType getFilterType()
Gets or sets the filter type used during png file save process.
PngFilterType
int 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.
PngColorType
boolean getProgressive()
Gets or sets a value indicating whether this Png is progressive.
true
if progressive; otherwise, false
.byte getBitDepth()
Gets the bit depth.