WatermarkHeight Property

Gets or sets the height of the watermark; in points or in percentage (e.g. 50 is 50% of the page height) if SizeIsPercentage is set to true. If also Width is specified, the resulting height may be smaller than the given one to maintain the aspect ratio. For text watermaks, only percentage values are accepted after setting SizeIsPercentage to true.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
public double Height { get; set; }

Property Value

Double

See Also