[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextMap.GetWord

GetWord Method

GetWord(MapPos, out int, out int, out Quadrilateral)

Gets the info about a word at a specified position in a line.

Declaration
void GetWord(MapPos pos, out int start, out int length, out Quadrilateral bounds)
Parameters
Type Name Description
MapPos pos

A MapPos specifying a position in the ITextMap.

int start

OUT: the start index of the word in the line.

int length

OUT: the length of the word in characters.

Quadrilateral bounds

OUT: the geometric bounds of the word.