ClassSectionBreakSegment
Class
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'.
PageSize
Page size for the new section: 'A4', 'Letter', 'Legal', 'A3', 'A5'. Default is 'A4'.
SegmentType
The type of content segment
Declaration
cs-api-definition
public override string SegmentType { get; }
Property Value
Overrides