[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextMap.GetFragmentFromPos

GetFragmentFromPos Method

GetFragmentFromPos(MapPos, out TextMapFragment, out string)

Gets a TextMapFragment that represents the text from pos to the end of the page.

Declaration
void GetFragmentFromPos(MapPos pos, out TextMapFragment fragment, out string text)
Sub GetFragmentFromPos(pos As MapPos, ByRef fragment As TextMapFragment, ByRef text As String)
Parameters
Type Name Description
MapPos pos

The MapPos specifying the start of the range.

TextMapFragment fragment

OUT: a TextMapFragment representing the text in the range.

string text

OUT: the fragment's text.