New to Telerik Document ProcessingStart a free 30-day trial

Specifies where content resumes after a break element (next line, column, or page).

Definition

Namespace:Telerik.Windows.Documents.Flow.Model

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum BreakType

Fields

Specifies that the current break shall restart itself on the next column available on the current page of the document.

C#
ColumnBreak = 2

Specifies that the current break shall restart itself on the next line in the document.

C#
LineBreak = 0

Specifies that the current break shall restart itself on the next page of the document.

C#
PageBreak = 1
In this article
DefinitionFieldsColumnBreakLineBreakPageBreak
Not finding the help you need?
Contact Support