WatermarkImageOptions class
Leave feedback
On this page
The options for setting a watermark on the converted document.
The WatermarkImageOptions type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a WatermarkImageOptions instance with the specified watermark image. |
| Method | Description |
|---|---|
| clone | Clone current instance. (inherited from WatermarkOptions) |
| equals | Determines whether two object instances are equal. (inherited from ValueObject) |
| equals_object | (inherited from ValueObject) |
| equals_value_object | (inherited from ValueObject) |
| get_hash_code | Serves as the default hash function. (inherited from ValueObject) |
| Property | Description |
|---|---|
| image | The image watermark. |
| auto_align | The watermark is automatically scaled to fit the page size when set to True. (inherited from WatermarkOptions) |
| background | The watermark is stamped as background; if True, it is laid at the bottom, otherwise it is laid on top (default is False). (inherited from WatermarkOptions) |
| height | The watermark height. (inherited from WatermarkOptions) |
| left | The watermark left position. (inherited from WatermarkOptions) |
| rotation_angle | The watermark rotation angle. (inherited from WatermarkOptions) |
| top | The watermark top position. (inherited from WatermarkOptions) |
| transparency | The watermark transparency. Value between 0 and 1. Value 0 is fully visible, value 1 is invisible. (inherited from WatermarkOptions) |
| width | The watermark width. (inherited from WatermarkOptions) |
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.