Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextRun Class / TextRun Constructor / TextRun Constructor(String)
The text of the section.

In This Topic
    TextRun Constructor(String)
    In This Topic
    Creates a new instance of TextRun.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String _
    )
    public TextRun( 
       System.string text
    )

    Parameters

    text
    The text of the section.
    See Also