Skip to main content

PdfPageWord Properties

An individual word related to a specific PDF page.
Name Description
Characters Returns a list of the word’s characters. Inherited from PdfWord.
PageNumber Indicates the page number corresponding to a specific word in a PDF file.
Rectangles Returns rectangles surrounding the word. Inherited from PdfWord.
Segments Returns a list of the word’s segments. Inherited from PdfWord.
Text Returns a Unicode representation of the word’s characters. Inherited from PdfWord.
See Also