Watermark.Width Property
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
Gets or sets the width of the watermark; in points
or in percentage if SizeIsPercentage is set to true (e.g. 50 means 50% of the page width).
Default is 0.
If also Height is specified, the resulting width may be smaller than the given one to maintain the aspect ratio.
public double Width { get; set; }