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