Class
WatermarkSettingsBase

Base class for watermark configuration providing common size and rotation properties.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Watermarks

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public abstract class WatermarkSettingsBase

Inheritance: objectWatermarkSettingsBase

Derived Classes: ImageWatermarkSettingsTextWatermarkSettings

Constructors

WatermarkSettingsBase()

Creates a new watermark settings instance with default size and rotation values.

Declaration

cs-api-definition
protected WatermarkSettingsBase()

Properties

Angle

Gets or sets the rotation angle in degrees measured clockwise from horizontal.

Declaration

cs-api-definition
public double Angle { get; set; }

Property Value

double

The angle.

Height

Gets or sets the height of the watermark in device-independent pixels; must be non-negative.

Declaration

cs-api-definition
public double Height { get; set; }

Property Value

double

The height.

Watermark

Gets the watermark that owns these settings.

Declaration

cs-api-definition
public Watermark Watermark { get; }

Property Value

Watermark

The watermark.

Width

Gets or sets the width of the watermark in device-independent pixels; must be non-negative.

Declaration

cs-api-definition
public double Width { get; set; }

Property Value

double

The width.