WatermarkWidth Property

Gets or sets the width of the watermark; in points or in percentage (e.g. 50 is 50% of the page width) if SizeIsPercentage is set to true. If also Height is specified, the resulting width 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 Width { get; set; }

Property Value

Double

See Also