Retrieves collection of all words drawn on the page with their bounding rectangles.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfCollection<PdfTextData> GetWords()
VB
Public Function GetWords As PdfCollection(Of PdfTextData)
Return Value
Type:
PdfCollection<
PdfTextData>
Collection of all words drawn on the page with their bounding
rectangles.
Remarks
This method is useful if you want to highlight a word on the page
or if you want to cover some words with a colored rectangle.
See Also