com.aspose.cad.jasperreports.png

Interface ASPngExportConfiguration

    • Method Detail

      • getFilterType

        PngFilterType getFilterType()

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

        Returns:
        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:
        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:
        The type of the color.
        See Also:
        PngColorType
      • getProgressive

        boolean getProgressive()

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

        Returns:
        true if progressive; otherwise, false.
      • getBitDepth

        byte getBitDepth()

        Gets the bit depth.

        Returns:
        The bit depth.