Class Watermark
Represents watermark which can be applied to pages in a Section.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Watermarks
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class Watermark
Constructors
Watermark(ImageWatermarkSettings)
Initializes a new instance of the Watermark class which represents image watermark.
Declaration
public Watermark(ImageWatermarkSettings imageWatermarkSettings)
Parameters
ImageWatermarkSettings
imageWatermarkSettings
The image watermark settings. |
Watermark(TextWatermarkSettings)
Initializes a new instance of the Watermark class which represents text watermark.
Declaration
public Watermark(TextWatermarkSettings textWatermarkSettings)
Parameters
TextWatermarkSettings
textWatermarkSettings
The text watermark settings. |
Properties
Document
Gets the document associated with the watermark.
Declaration
public RadFlowDocument Document { get; }
Property Value
RadFlowDocument
The document. |
ImageSettings
Gets the image watermark settings. This property is initialized only if the watermark is image watermark.
Declaration
public ImageWatermarkSettings ImageSettings { get; }
Property Value
ImageWatermarkSettings
The image settings. |
TextSettings
Gets the text watermark settings. This property is initialized only if the watermark is text watermark.
Declaration
public TextWatermarkSettings TextSettings { get; }
Property Value
TextWatermarkSettings
The text settings. |
WatermarkType
Gets the type of the watermark.
Declaration
public WatermarkType WatermarkType { get; }
Property Value
WatermarkType
The type. |
Methods
Clone()
Creates a deep copy of this element, not associated with this document.
Declaration
public Watermark Clone()
Returns
Watermark
A clone of the watermark. |