Pdf |
The PdfText type exposes the following members.
| Name | Description | |
|---|---|---|
| AdvanceTextExtraction | Gets or sets a value indicating whether advanced text extraction is enabled globally. | |
| CountChars | Gets number of characters in a page or -1 for error. Generated characters, like additional space characters, new line characters, are also counted. | |
| Handle | Gets the Pdfium SDK handle that the PdfText is bound to | |
| IsDisposed |
Gets a value indicating whether the object has been disposed of.
Field Valuetrue if the control has been disposed of; otherwise, false. | |
| WebLinks | Gets the instance of PdfWebLinkCollection class that represents the web link on current page |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the PdfText. | |
| Dispose(Boolean) | Releases all resources used by the PdfImageObject. | |
| Finalize |
Finalize object
(Overrides ObjectFinalize) | |
| Find | Start a search. | |
| GetBoundedText(FS_RECTF) | Extract text within a rectangular boundary on the page specified by a FS_RECTF structure. | |
| GetBoundedText(Single, Single, Single, Single) | Extract text within a rectangular boundary on the page specified by a coordinate pair, a width, and a height. | |
| GetCharacter | Get Unicode of a character in a page | |
| GetCharBox | Get bounding box of a particular character. | |
| GetCharIndexAtPos | Get the index of a character at or nearby a certain position on the page | |
| GetFontSize | Get the font size of a particular character | |
| GetText | Extract text string from the page | |
| GetTextInfo | Extract text information structure from the page |