Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextMap Interface / GetFragmentFromPos Method
The MapPos specifying the start of the range.
OUT: a TextMapFragment representing the text in the range.
OUT: the fragment's text.

In This Topic
    GetFragmentFromPos Method
    In This Topic
    Gets a TextMapFragment that represents the text from pos to the end of the page.
    Syntax
    'Declaration
     
    Sub GetFragmentFromPos( _
       ByVal pos As MapPos, _
       ByRef fragment As TextMapFragment, _
       ByRef text As System.String _
    ) 
    void GetFragmentFromPos( 
       MapPos pos,
       out TextMapFragment fragment,
       out System.string text
    )

    Parameters

    pos
    The MapPos specifying the start of the range.
    fragment
    OUT: a TextMapFragment representing the text in the range.
    text
    OUT: the fragment's text.
    See Also