Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TextRenderer Class / TextRenderer Constructor
The text layout to split and render.
The splittin options.

In This Topic
    TextRenderer Constructor
    In This Topic
    Initializes a new instance of the GrapeCity.Documents.Text.TextLayout class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal textLayout As TextLayout, _
       ByVal splitOptions As TextSplitOptions _
    )
    public TextRenderer( 
       TextLayout textLayout,
       TextSplitOptions splitOptions
    )

    Parameters

    textLayout
    The text layout to split and render.
    splitOptions
    The splittin options.
    See Also