is_washout property
ImageWatermarkOptions.is_washout property
Gets or sets a boolean value which is responsible for washout effect of the watermark.
The default value is True
.
@property
def is_washout(self) -> bool:
...
@is_washout.setter
def is_washout(self, value: bool):
...
See Also
- module aspose.words
- class ImageWatermarkOptions