WatermarkHeight Property

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.

Definition

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

Property Value

Double

See Also