public class ASPngExportConfigurationImpl extends ImageExportConfigurationImpl implements ASPngExportConfiguration
The PNG file format export configuration.
| Constructor and Description |
|---|
ASPngExportConfigurationImpl() |
| 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.
|
void |
setBitDepth(byte value)
Sets the bit depth.
|
void |
setColorType(PngColorType value)
Gets or sets the type of the color.
|
void |
setCompressionLevel(int value)
The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
|
void |
setFilterType(PngFilterType value)
Gets or sets the filter type used during png file save process.
|
void |
setProgressive(boolean value)
Gets or sets a value indicating whether this Png is progressive.
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnumgetBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicenseisOverrideHints, setOverrideHintsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHintgetBackgroundColor, getLicense, isDrawBackgroundpublic PngFilterType getFilterType()
Gets or sets the filter type used during png file save process.
getFilterType in interface ASPngExportConfigurationPngFilterTypepublic void setFilterType(PngFilterType value)
Gets or sets the filter type used during png file save process.
value - the filter type used during png file save process.PngFilterTypepublic int getCompressionLevel()
The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
getCompressionLevel in interface ASPngExportConfigurationpublic void setCompressionLevel(int value)
The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
value - the compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.public PngColorType getColorType()
Gets or sets the type of the color.
getColorType in interface ASPngExportConfigurationPngColorTypepublic void setColorType(PngColorType value)
Gets or sets the type of the color.
value - The type of the color.PngColorTypepublic boolean getProgressive()
Gets or sets a value indicating whether this Png is progressive.
getProgressive in interface ASPngExportConfigurationtrue if progressive; otherwise, false.public void setProgressive(boolean value)
Gets or sets a value indicating whether this Png is progressive.
value - true if progressive; otherwise, false.public byte getBitDepth()
Gets the bit depth.
getBitDepth in interface ASPngExportConfigurationpublic void setBitDepth(byte value)
Sets the bit depth.
value - The bit depth.