Packages

 

com.aspose.cad.imageoptions

Class WebPOptions

    • Constructor Detail

      • WebPOptions

        public WebPOptions()
    • Method Detail

      • getLossless

        public final boolean getLossless()

        Gets or sets a value indicating whether this WebPOptions is lossless.

        Value: true if lossless; otherwise, false.
      • setLossless

        public final void setLossless(boolean value)

        Gets or sets a value indicating whether this WebPOptions is lossless.

        Value: true if lossless; otherwise, false.
      • getQuality

        public final float getQuality()

        Gets or sets the quality.

        Value: The quality.
      • setQuality

        public final void setQuality(float value)

        Gets or sets the quality.

        Value: The quality.
      • getAnimLoopCount

        public final int getAnimLoopCount()

        Gets or sets the animation loop count.

        Value: The animation loop count, 0 - infinity.
      • setAnimLoopCount

        public final void setAnimLoopCount(int value)

        Gets or sets the animation loop count.

        Value: The animation loop count, 0 - infinity.
      • getAnimBackgroundColor

        public final long getAnimBackgroundColor()

        Gets or sets the color of the animation background.

        Value: The color of the animation background.
      • setAnimBackgroundColor

        public final void setAnimBackgroundColor(long value)

        Gets or sets the color of the animation background.

        Value: The color of the animation background.