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

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

    Parameters

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