Enum TextReplaceOptions.Scope
TextReplaceOptions.Scope enumeration
Scope where replace text operation is applied REPLACE_FIRST by default This obsolete option was kept for compatibility. It affects to PdfContentEditor and has no effect to TextFragmentAbsorber.
public enum Scope
Values
| Name | Value | Description |
|---|---|---|
| REPLACE_FIRST | 0 | Replace only first occurrence of the text on each of affected pages |
| REPLACE_ALL | 1 | Replace all text occurrences on all affected pages |
See Also
- class TextReplaceOptions
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF