Defines the position of the watermark relative to the other items on the printable page.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum WatermarkPosition
Fields
Specifies that the watermark is behind the other items on the printable page.
C#
Behind = 0
Specifies that the watermark is in front of the other items on the printable page.
C#
Front = 1