PdfTextFind(Regex) Method |
Finds all matches of the specified regular expression in this
PdfText instance.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic IEnumerable<PdfText> Find(
Regex regex
)
Public Function Find (
regex As Regex
) As IEnumerable(Of PdfText)
Parameters
- regex Regex
- The regular expression used to find the matches.
Return Value
IEnumerablePdfTextAll matches of the specified regular expression in this
PdfText instance.
Exceptions
See Also