Watermark.Height Property
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
Gets or sets the height of the watermark; in points
or in percentage if SizeIsPercentage is set to true (e.g. 50 means 50% of the page height).
Default is 0.
If also Width is specified, the resulting height may be smaller than the given one to maintain the aspect ratio.
public double Height { get; set; }