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, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
isOverrideHints, setOverrideHints
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint
getBackgroundColor, getLicense, isDrawBackground
public PngFilterType getFilterType()
Gets or sets the filter type used during png file save process.
getFilterType
in interface ASPngExportConfiguration
PngFilterType
public 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.PngFilterType
public 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 ASPngExportConfiguration
public 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 ASPngExportConfiguration
PngColorType
public void setColorType(PngColorType value)
Gets or sets the type of the color.
value
- The type of the color.PngColorType
public boolean getProgressive()
Gets or sets a value indicating whether this Png is progressive.
getProgressive
in interface ASPngExportConfiguration
true
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 ASPngExportConfiguration
public void setBitDepth(byte value)
Sets the bit depth.
value
- The bit depth.