New to Telerik Document ProcessingStart a free 30-day trial

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)
Parameters:fromPropertiesSectionProperties

From properties.

Properties

Gets or sets the page margins applied to content layout.

C#
public Padding PageMargins { get; set; }
Property Value:

The page margins.

Gets or sets the page rotation applied during rendering.

C#
public Rotation PageRotation { get; set; }
Property Value:

The page rotation.

Gets or sets the page size used when creating pages in this section.

C#
public Size PageSize { get; set; }
Property Value:

The size of the page.