[]
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)
Public Sub DeleteText(findTextParams As FindTextParams, mode As DeleteTextMode, Optional searchRange As OutputRange = Nothing)
Type | Name | Description |
---|---|---|
FindTextParams | findTextParams | The text to search for. |
DeleteTextMode | mode | The text delete mode. |
OutputRange | searchRange | The search scope. |