Aspose::Pdf::Text::TextReplaceOptions::Scope enum

Scope enum

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.

enum class Scope

Values

NameValueDescription
REPLACE_FIRST0Replace only first occurrence of the text on each of affected pages.
REPLACE_ALL1Replace all text occurrences on all affected pages.

See Also