Click or drag to resize

PdfTextFind(Regex) Method

Finds all matches of the specified regular expression in this PdfText instance.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public IEnumerable<PdfText> Find(
	Regex regex
)

Parameters

regex  Regex
The regular expression used to find the matches.

Return Value

IEnumerablePdfText
All matches of the specified regular expression in this PdfText instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionregex is .
See Also