WebpOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject
All Implemented Interfaces: java.io.Serializable
public final class WebpOptions extends ValueObject implements Serializable
Options for conversion to Webp file type.
| Constructor | Description |
|---|---|
| WebpOptions() |
| Method | Description |
|---|---|
| getLossless() | Indicates if the compression of the converted file will be lossless. |
| setLossless(boolean value) | Indicates if the compression of the converted file will be lossless. |
| getQuality() | Gets or sets the quality. |
| setQuality(int value) | Gets or sets the quality. |
public WebpOptions()
public final boolean getLossless()
Indicates if the compression of the converted file will be lossless.
Returns: boolean
public final void setLossless(boolean value)
Indicates if the compression of the converted file will be lossless.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
public final int getQuality()
Gets or sets the quality.
Returns: int
public final void setQuality(int value)
Gets or sets the quality.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.