Watermark
Overview
Watermark is a class in Aspose.PDF FOSS for .NET.
Watermark applied to a page.
This class provides 2 methods for working with Watermark objects in .NET programs.
Available methods include: Watermark.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Available, Image, Position.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Image | System.Drawing.Image | Read | The watermark image. |
Position | Rectangle? | Read | Position rectangle on the page (null = whole page). |
Available | bool | Read | Whether the watermark is currently available for rendering. |
Methods
| Signature | Description |
|---|---|
Watermark(image: System.Drawing.Image) | Calls Watermark on this Watermark instance. |
Watermark(image: System.Drawing.Image, rect: Rectangle) |