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
Image The image watermark settings. |
Watermark(TextWatermarkSettings)
Initializes a new instance of the Watermark class which represents text watermark.
Declaration
public Watermark(TextWatermarkSettings textWatermarkSettings)
Parameters
Text The text watermark settings. |
Properties
Document
Gets the document associated with the watermark.
Declaration
public RadFlowDocument Document { get; }
Property Value
Rad 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
Image 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
Text The text settings. |
WatermarkType
Gets the type of the watermark.
Declaration
public WatermarkType WatermarkType { get; }
Property Value
Watermark 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. |