Aspose::Pdf::Facades::ReplaceTextStrategy::Scope enum

Scope enum

Scope where replace text operation is applied REPLACE_FIRST by default.

enum class Scope

Values

NameValueDescription
ReplaceFirst0Replace only first occurence of the text on each of affected pages.
ReplaceAll1Replace all text occurences on all affected pages.

See Also