Class SectionWatermarkSettings
Describes settings for the different types of pages in a section.
Inheritance
System.Object
SectionWatermarkSettings
Namespace: Telerik.Windows.Documents.Commands.Styles.Sections
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SectionWatermarkSettings : Object
Constructors
SectionWatermarkSettings()
Declaration
public SectionWatermarkSettings()
Properties
Default
Gets or sets the default watermark settings used by all or odd pages, depending on the scenario.
Declaration
public DocumentWatermarkSettings Default { get; set; }
Property Value
DocumentWatermarkSettings
The settings. |
Even
Gets or sets the even pages watermark settings.
Declaration
public DocumentWatermarkSettings Even { get; set; }
Property Value
DocumentWatermarkSettings
The settings. |
First
Gets or sets the first page watermark settings.
Declaration
public DocumentWatermarkSettings First { get; set; }
Property Value
DocumentWatermarkSettings
The settings. |