PdfDocument.RemoveText Method
| Name | Parameters | Description |
|---|---|---|
| RemoveText(IEnumerable<TextSearchInfo>) | textSearchResults | Removes text from a PDF document based on the specified search results. |
| RemoveText(String, TextSearchOptions, Int32, Int32) | text, options, startPageIndex, endPageIndex | Removes all occurrences of the specified text from a PDF document. |
| RemoveText(String, Int32, Int32) | text, startPageIndex, endPageIndex | Removes all occurrences of the specified text from a PDF document. |