Watermark class
Watermark class
Represents class to work with document watermark. To learn more, visit the Working with Watermark documentation article.
Properties
| Name | Description |
|---|---|
| type | Gets the watermark type. |
Methods
| Name | Description |
|---|---|
| remove() | Removes the watermark. |
| setImage(imagePath, options) | Adds Image watermark into the document. |
| setImage(imageStream, options) | Adds Image watermark into the document. |
| setImage(image) | |
| setImage(image, options) | |
| setText(text) | Adds Text watermark into the document. |
| setText(text, options) | Adds Text watermark into the document. |
See Also
- module Aspose.Words