Enum
WatermarkSizeMode

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.

Declaration

cs-api-definition
Center = 0

Field Value

WatermarkSizeMode

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

WatermarkSizeMode

ScaleProportional

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

Declaration

cs-api-definition
ScaleProportional = 2

Field Value

WatermarkSizeMode

Stretch

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

Declaration

cs-api-definition
Stretch = 1

Field Value

WatermarkSizeMode

TopLeft

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

Declaration

cs-api-definition
TopLeft = 3

Field Value

WatermarkSizeMode