com.groupdocs.signature.options.saveoptions.imagessaveoptions

Class PngSaveOptions



  • public class PngSaveOptions
    extends com.groupdocs.signature.options.saveoptions.imagessaveoptions.ImageSaveOptions

    Png Save options for Image Documents.

    • Constructor Detail

      • PngSaveOptions

        public PngSaveOptions()

        Creates PngSaveOptions with default values.

    • Method Detail

      • getBitDepth

        public byte getBitDepth()

        The bit depth.

      • getColorType

        public int getColorType()

        Gets or sets the type of the PngColorType.

      • getCompressionLevel

        public int getCompressionLevel()

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

      • getFilterType

        public int getFilterType()

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

      • getProgressive

        public boolean getProgressive()

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

      • setBitDepth

        public void setBitDepth(byte value)

        The bit depth.

      • setColorType

        public void setColorType(int value)

        Gets or sets the type of the PngColorType.

      • setCompressionLevel

        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.

      • setFilterType

        public void setFilterType(int value)

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

      • setProgressive

        public void setProgressive(boolean value)

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