EnumWatermarkSizeMode
Enum
Defines the sizing mode of the watermark image on the printable page.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public enum WatermarkSizeMode
Fields
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.
Declaration
cs-api-definition
[Obsolete("The Normal size mode is obsolete due to renaming. Please use Center size mode instead.")]
[Browsable(false)]
Normal = 0
Field Value
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.