ASPngExportConfiguration

Inheritance: java.lang.Object, ImageExportConfiguration

The PNG file format export configuration.

Methods

MethodDescription
getFilterType()Gets or sets the filter type used during png file save process.
getCompressionLevel()The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.
getColorType()Gets or sets the type of the color.
getProgressive()Gets or sets a value indicating whether this Png is progressive.
getBitDepth()Gets the bit depth.

getFilterType()

PngFilterType getFilterType()

Gets or sets the filter type used during png file save process.

Returns: PngFilterType - the filter type used during png file save process.

See Also: PngFilterType

getCompressionLevel()

int getCompressionLevel()

The png image compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.

Returns: int - the compression level in the 0-9 range, where 9 is maximum compression and 0 is store mode.

getColorType()

PngColorType getColorType()

Gets or sets the type of the color.

Returns: PngColorType - The type of the color.

See Also: PngColorType

getProgressive()

boolean getProgressive()

Gets or sets a value indicating whether this Png is progressive.

Returns: boolean - true if progressive; otherwise, false .

getBitDepth()

byte getBitDepth()

Gets the bit depth.

Returns: byte - The bit depth.