'Declaration Public Function SplitAndBalance( _ ByVal pageAreas() As PageSplitArea, _ ByVal splitOptions As TextSplitOptions, _ ByRef rest As TextLayout _ ) As SplitResult
public SplitResult SplitAndBalance( PageSplitArea[] pageAreas, TextSplitOptions splitOptions, out TextLayout rest )
Parameters
- pageAreas
- The array of additional page areas that can be used to layout the text.
- splitOptions
- Options controlling how text is split.
- rest
- Output: a new TextLayout instance containing the text that did not fit into the bounds specified by the current TextLayout.
Return Value
A value indicating the result of splitting the current text layout.