background property
background property
Indicates that the watermark is stamped as background. If the value is true, the watermark is laid at the bottom. By default is false and the watermark is laid on top.
Definition:
@property
def background(self):
...
@background.setter
def background(self, value):
...
See Also
- module
groupdocs.conversion.options.convert
- class
WatermarkOptions