Size
Size class
Contains the watermark size.
Constructors
| Name |
Description |
| Size(byte) |
Initializes an instance of the Size class. |
Properties
| Name |
Description |
| RelativeSize { get; } |
The watermark text size in percentages in relation to page width. Valid values are between 1 and 100. |
Fields
| Name |
Description |
| static readonly FullSize |
The maximum size of watermark text that fits page. |
| static readonly HalfSize |
The half of the maximum size of watermark text that fits page. |
| static readonly OneThird |
The one third of the maximum size of watermark text that fits page. |
See Also