Reporting

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

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum WatermarkSizeMode
Visual Basic
Public Enumeration WatermarkSizeMode

Members

Member nameValueDescription
Normal0 The watermark image is centered on the printable area of the page.
Stretch1 The watermark image is stretched to fill the printable area of the page without preserving its original proportions.
ScaleProportional2 The watermark image is scaled to fill the printable area of the page while preserving its original proportions.

Version Information

Supported in: 1.0.1

See Also