Defines the orientation of the watermark text on the printable page.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum WatermarkOrientation
Fields
The watermark text is oriented diagonally on the printable page.
C#
Diagonal = 2
The watermark text is oriented horizontally on the printable page.
C#
Horizontal = 0
The watermark text is oriented vertically on the printable page.
C#
Vertical = 1