IWatermarkedConvertOptions
Leave feedback
On this page
All Implemented Interfaces: com.groupdocs.conversion.options.convert.IConvertOptions
public interface IWatermarkedConvertOptions extends IConvertOptions
Represents convert options that allow output of conversion to be watermarked
| Method | Description |
|---|---|
| getWatermark() | Gets watermark specific options |
| setWatermark(WatermarkOptions watermark) | Sets watermark specific options |
public abstract WatermarkOptions getWatermark()
Gets watermark specific options
Returns: WatermarkOptions - Watermark specific options
public abstract void setWatermark(WatermarkOptions watermark)
Sets watermark specific options
Parameters:
| Parameter | Type | Description |
|---|---|---|
| watermark | WatermarkOptions | Watermark specific options |
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.