Documents for PDF, .NET Edition Documentation
Split Method (TextLayoutSplitter)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayoutSplitter Class : Split Method
Options controlling how to split the text.
Fits all or the first portion of the original text layout into the current layout bounds.
Syntax
'Declaration
 
Public Function Split( _
   ByVal splitOptions As TextSplitOptions _
) As TextLayout
public TextLayout Split( 
   TextSplitOptions splitOptions
)

Parameters

splitOptions
Options controlling how to split the text.

Return Value

The split portion (the text that fits in the specified bounds and can be rendered), or null if there is nothing more to render.
See Also

Reference

TextLayoutSplitter Class
TextLayoutSplitter Members