SectionProperties
Class
Settings applied when creating a page section, including size, margins, and rotation.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Flow
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class SectionProperties
Inheritance: objectSectionProperties
Constructors
Initializes a new instance of the SectionProperties class with default page settings.
C#
public SectionProperties()
Methods
Copies the properties from.
C#
public void CopyPropertiesFrom(SectionProperties fromProperties)
From properties.
Properties
Gets or sets the page margins applied to content layout.
C#
public Padding PageMargins { get; set; }
The page margins.
Gets or sets the page rotation applied during rendering.
C#
public Rotation PageRotation { get; set; }
The page rotation.
PageSize
Size
Gets or sets the page size used when creating pages in this section.
C#
public Size PageSize { get; set; }
The size of the page.