Class
DocumentWatermarkSettings

Class describing the properties of the watermark of a Header.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DocumentWatermarkSettings

Inheritance: objectDocumentWatermarkSettings

Constructors

DocumentWatermarkSettings()

Initializes a new instance of the DocumentWatermarkSettings class.

Declaration

cs-api-definition
public DocumentWatermarkSettings()

Properties

ImageSettings

Gets or sets the settings for a image watermark.

Declaration

cs-api-definition
[XamlCompositePropertySerializable]
public WatermarkImageSettings ImageSettings { get; set; }

Property Value

WatermarkImageSettings

The image settings.

TextSettings

Gets or sets the settings for a text watermark.

Declaration

cs-api-definition
[XamlCompositePropertySerializable]
public WatermarkTextSettings TextSettings { get; set; }

Property Value

WatermarkTextSettings

The text settings.

Type

Gets or sets the type of the watermark.

Declaration

cs-api-definition
[XamlSerializable]
public WatermarkType Type { get; set; }

Property Value

WatermarkType

The type.

Methods

CreateDeepCopy()

Creates a deep copy of the current instance.

Declaration

cs-api-definition
public DocumentWatermarkSettings CreateDeepCopy()

Returns

DocumentWatermarkSettings

The copied element.

SetPredefinedWatermark(PredefinedWatermarkType)

Sets a predefined watermark.

Declaration

cs-api-definition
public void SetPredefinedWatermark(PredefinedWatermarkType predefinedType)

Parameters

predefinedType

PredefinedWatermarkType

The type of the predefined watermark.

Events

PropertyChanged

Occurs after changing a property value.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler