New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public abstract class WatermarkSettingsBase

Inheritance: objectWatermarkSettingsBase

Derived Classes: ImageWatermarkSettingsTextWatermarkSettings

Constructors

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

C#
protected WatermarkSettingsBase()

Properties

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

C#
public double Angle { get; set; }
Property Value:

The angle.

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

C#
public double Height { get; set; }
Property Value:

The height.

Gets the watermark that owns these settings.

C#
public Watermark Watermark { get; }
Property Value:

The watermark.

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

C#
public double Width { get; set; }
Property Value:

The width.