WatermarkSizeIsPercentage Property

Gets or sets a value indicating if to treat Width and Height values as percentage. Default is .

If true, Width is a percentage of the page width (e.g. 50 means 50% of the page width) and Height is a percentage of the page height (e.g. 50 means 50% of the page height). If false, Width and Height are measured in points.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.6.6
C#
public bool SizeIsPercentage { get; set; }

Property Value

Boolean

See Also