Class
SectionBreakSegment

Segment that starts a new section with different page properties

Definition

Namespace:Telerik.Documents.AI.Tools.Fixed.Core.Models.ContentSegments

Assembly:Telerik.Documents.AI.Tools.Fixed.Core.dll

Syntax:

cs-api-definition
public class SectionBreakSegment : ContentSegment

Inheritance: objectContentSegmentSectionBreakSegment

Constructors

SectionBreakSegment()

Declaration

cs-api-definition
public SectionBreakSegment()

Properties

PageRotation

Page rotation: 'Rotate0', 'Rotate90', 'Rotate180', 'Rotate270'. Default is 'Rotate0'.

Declaration

cs-api-definition
public string PageRotation { get; set; }

Property Value

string

PageSize

Page size for the new section: 'A4', 'Letter', 'Legal', 'A3', 'A5'. Default is 'A4'.

Declaration

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

Property Value

string

SegmentType

The type of content segment

Declaration

cs-api-definition
public override string SegmentType { get; }

Property Value

string

Overrides ContentSegment.SegmentType