ReplaceOptions

ReplaceOptions

Overview

ReplaceOptions is a type in Aspose.PDF FOSS for Go.

ReplaceOptions tunes how ReplaceText matches the search text.

Properties: CaseInsensitive, Regex.

Properties

NameTypeAccessDescription
CaseInsensitiveboolRead/WriteGets the case insensitive.
RegexboolRead/WriteGets the regex.

See Also