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