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