[]
Deletes a specified text from all pages of the current document.
Note that the results may be affected by the current value of the RecognitionAlgorithm property.
public void DeleteText(FindTextParams findTextParams, DeleteTextMode mode, OutputRange searchRange = null)
| Type | Name | Description |
|---|---|---|
| FindTextParams | findTextParams | The text to search for. |
| DeleteTextMode | mode | The text delete mode. |
| OutputRange | searchRange | The search scope. |