New to Telerik ReportingStart a free 30-day trial

Defines the sizing mode of the watermark image on the printable page.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public enum WatermarkSizeMode

Fields

The watermark image is centered on the printable area of the page.

C#
Center = 0

The watermark image is centered on the printable area of the page.

C#
[Obsolete("The Normal size mode is obsolete due to renaming. Please use Center size mode instead.")]
[Browsable(false)]
Normal = 0

The watermark image is scaled to fill the printable area of the page while preserving its original proportions.

C#
ScaleProportional = 2

The watermark image is stretched to fill the printable area of the page without preserving its original proportions.

C#
Stretch = 1

The watermark image is aligned with the top left corner of the printable area of the page.

C#
TopLeft = 3