[]
Replaces a specified text on all pages of the current document.
Note that the results may be affected by the current value of the RecognitionAlgorithm property.
public void ReplaceText(FindTextParams findTextParams, string newText, OutputRange searchRange = null, Font font = null, float? fontSize = null)
| Type | Name | Description |
|---|---|---|
| FindTextParams | findTextParams | The text to search for. |
| string | newText | The replacement text. |
| OutputRange | searchRange | The search scope. |
| Font | font | The font to use on |
| float? | fontSize | The font size to use on |