WatermarkDistanceIsPercentage Property

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

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

Definition

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

Property Value

Boolean

See Also