public class PngSaveOptions
extends com.groupdocs.signature.options.saveoptions.imagessaveoptions.ImageSaveOptions
Png Save options for Image Documents.
Constructor and Description |
---|
PngSaveOptions()
Creates PngSaveOptions with default values.
|
Modifier and Type | Method and Description |
---|---|
byte |
getBitDepth()
The bit depth.
|
int |
getColorType()
Gets or sets the type of the
PngColorType . |
int |
getCompressionLevel()
The png image compression level in the 0-9 range, where 9 is maximum compression
and 0 is store mode.
|
int |
getFilterType()
Gets or sets the filter type
PngFilterType used during png file save process. |
boolean |
getProgressive()
Gets or sets a value indicating whether this PngSaveOptions is progressive.
|
void |
setBitDepth(byte value)
The bit depth.
|
void |
setColorType(int value)
Gets or sets the type of the
PngColorType . |
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(int value)
Gets or sets the filter type
PngFilterType used during png file save process. |
void |
setProgressive(boolean value)
Gets or sets a value indicating whether this PngSaveOptions is progressive.
|
getFileFormat, setFileFormat, toString
getAddMissingExtenstion, getOverwriteExistingFiles, getPassword, getUseOriginalPassword, setAddMissingExtenstion, setOverwriteExistingFiles, setPassword, setUseOriginalPassword
public PngSaveOptions()
Creates PngSaveOptions with default values.
public byte getBitDepth()
The bit depth.
public int getColorType()
Gets or sets the type of the PngColorType
.
public int getCompressionLevel()
The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
public int getFilterType()
Gets or sets the filter type PngFilterType
used during png file save process.
public boolean getProgressive()
Gets or sets a value indicating whether this PngSaveOptions is progressive.
public void setBitDepth(byte value)
The bit depth.
public void setColorType(int value)
Gets or sets the type of the PngColorType
.
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.
public void setFilterType(int value)
Gets or sets the filter type PngFilterType
used during png file save process.
public void setProgressive(boolean value)
Gets or sets a value indicating whether this PngSaveOptions is progressive.