Enum WatermarkSizeMode
Defines the sizing mode of the watermark image on the printable page.
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public enum WatermarkSizeMode
Center
The watermark image is centered on the printable area of the page.
Normal
The watermark image is centered on the printable area of the page.
ScaleProportional
The watermark image is scaled to fill the printable area of the page while preserving its original proportions.
Stretch
The watermark image is stretched to fill the printable area of the page without preserving its original proportions.
TopLeft
The watermark image is aligned with the top left corner of the printable area of the page.