Watermark class
Watermark class
Adapts Watermark class public API for Node.js porting.
Properties
| Name | Description |
|---|---|
| type | Gets the watermark type. |
Methods
| Name | Description |
|---|---|
| remove() | Removes the watermark. |
| setImage(image) | |
| setImage(image, options) | |
| setImage(imagePath, options) | Adds Image watermark into the document. |
| setImage(imageStream, options) | Adds Image watermark into the document. |
| setText(text) | Adds Text watermark into the document. |
| setText(text, options) | Adds Text watermark into the document. |
See Also
- module Aspose.Words