Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayoutSplitter Class / Split Method
Options controlling how to split the text.

In This Topic
    Split Method (TextLayoutSplitter)
    In This Topic
    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