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