WatermarkOptions class
WatermarkOptions class
Options for settings watermark to the converted document.
The WatermarkOptions type exposes the following members:
Methods
| Method | Description |
|---|---|
| clone | Clone current instance. |
Properties
| Property | Description |
|---|---|
| auto_align | The watermark is automatically scaled. If the value is True, the position and size are automatically calculated to fit the page size. |
| background | The watermark is stamped as background; if True, it is laid at the bottom, otherwise (default False) it is laid on top. |
| height | The watermark height. |
| left | The watermark left position. |
| rotation_angle | The watermark rotation angle. |
| top | The watermark top position. |
| transparency | The watermark transparency, a value between 0 and 1 where 0 is fully visible and 1 is invisible. |
| width | The watermark width. |