Class
SectionProperties

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

Padding

The page margins.

PageRotation

Gets or sets the page rotation applied during rendering.

Declaration

cs-api-definition
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

cs-api-definition
public Size PageSize { get; set; }

Property Value

Size

The size of the page.

Methods

CopyPropertiesFrom(SectionProperties)

Copies the properties from.

Declaration

cs-api-definition
public void CopyPropertiesFrom(SectionProperties fromProperties)

Parameters

fromProperties

SectionProperties

From properties.