Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / TextMapFragment Constructor / TextMapFragment Constructor(TextLineFragment)
The TextLineFragment to add to TextMapFragment.

In This Topic
    TextMapFragment Constructor(TextLineFragment)
    In This Topic
    Initializes a new instance of the TextMapFragment
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tlf As TextLineFragment _
    )
    public TextMapFragment( 
       TextLineFragment tlf
    )

    Parameters

    tlf
    The TextLineFragment to add to TextMapFragment.
    See Also