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

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

    Parameters

    text
    The text of the section.
    format
    The text format to use.
    See Also