ClassSectionProperties
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:
cs-api-definition
public class SectionProperties
Inheritance: objectSectionProperties
Constructors
SectionProperties()
Initializes a new instance of the SectionProperties class with default page settings.
Declaration
cs-api-definition
public SectionProperties()
Properties
PageMargins
Gets or sets the page margins applied to content layout.
Declaration
cs-api-definition
public Padding PageMargins { get; set; }
Property Value
The page margins.
PageRotation
Gets or sets the page rotation applied during rendering.
Declaration
cs-api-definition
public Rotation PageRotation { get; set; }
Property Value
The page rotation.
Methods
CopyPropertiesFrom(SectionProperties)
Copies the properties from.
Declaration
cs-api-definition
public void CopyPropertiesFrom(SectionProperties fromProperties)
Parameters
fromProperties
From properties.