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

Värden

NamnVärdeBeskrivning
REPLACE_FIRST0Ersätt endast den första förekomsten av texten på varje påverkad sida.
REPLACE_ALL1Ersätt alla textförekomster på alla påverkade sidor.

Se även