Pdf |
The PdfText type exposes the following members.
| Name | Description | |
|---|---|---|
| Bounds | Gets the bounds of the PdfText. | |
| Elements | Gets the PdfTextContents associated with the current PdfText. | |
| Length | Gets the number of Unicode characters in the current PdfText object. |
| Name | Description | |
|---|---|---|
| Find(Regex) | Finds all matches of the specified regular expression in this PdfText instance. | |
| Find(String, StringComparison) | Finds all occurrences of the specified text in this PdfText instance. | |
| Redact | Removes the PDF content associated with the current PdfText. | |
| Subtext(Int32) | Retrieves a subtext from this instance. The subtext starts at a specified character position and continues to the end of the text. | |
| Subtext(Int32, Int32) | Retrieves a subtext from this instance. The subtext starts at a specified character position and has a specified length. | |
| ToString |
Returns a Unicode text contained in this PdfText.
(Overrides ObjectToString) |