[]
Describes the result of the Split(TextSplitOptions, out TextLayout) and SplitAndBalance(PageSplitArea[], TextSplitOptions, out TextLayout) methods.
public enum SplitResult
CannotSplit = 2
Unable to split the text without leaving the first part (for Split) or the first page (for SplitAndBalance) empty.
FitAll = 1
All text fits into the original TextLayout (for Split) or the same page (for SplitAndBalance).
Split = 0
The text split successfully between instances of TextLayout (for Split) or two pages (for SplitAndBalance).