Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextMap Interface / GetFragment Method / GetFragment(TextMapFragment,String) Method
OUT: a TextMapFragment representing the text on the page.
OUT: the fragment's text.

In This Topic
    GetFragment(TextMapFragment,String) Method
    In This Topic
    Gets a TextMapFragment that represents the text of the whole page.
    Syntax
    'Declaration
     
    Overloads Sub GetFragment( _
       ByRef fragment As TextMapFragment, _
       ByRef text As System.String _
    ) 
    void GetFragment( 
       out TextMapFragment fragment,
       out System.string text
    )

    Parameters

    fragment
    OUT: a TextMapFragment representing the text on the page.
    text
    OUT: the fragment's text.
    See Also