Description
A Watermark object represents a document's watermark, which is an image or text that when printed appears in the background of a document. The property Document.Watermark returns a Watermark object.
Signature: C#
Signature: VB.NET
Examples
C#
vb.net
Properties
| Name | Description |
|---|---|
| Color | Sets or returns the color of the watermark. |
| FontName | Sets or returns the font of watermark text. |
| Image | Sets or returns an image to use as the watermark. |
| Scale | Sets or returns the size of a watermark image as a percentage of its actual size in the source file. |
| Semitransparent | Sets or returns whether a text watermark will be semitransparent or not. |
| Size | Sets or returns the size of watermark text. |
| Text | Sets or returns text to use as the document's watermark. |
| Washout | Sets or returns whether an image watermark will be faded or not. |
| WatermarkLayout | Sets or returns the layout of watermark text. |
| WatermarkType | Returns the watermark's type, which may be image, text, or none. |
Methods
| Name | Description |
|---|---|
| ClearWatermark() | Clears all properties assigned to the watermark. Call this method to remove a watermark from the document. |