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

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