PdfTextFind(String, StringComparison) Method |
Finds all occurrences of the specified text in this
PdfText instance.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic IEnumerable<PdfText> Find(
string text,
StringComparison comparisonType = StringComparison.InvariantCulture
)
Public Function Find (
text As String,
Optional comparisonType As StringComparison = StringComparison.InvariantCulture
) As IEnumerable(Of PdfText)
Parameters
- text String
- The searched text.
- comparisonType StringComparison (Optional)
- One of the enumeration values that specifies the rules for the search.
Return Value
IEnumerablePdfTextAll occurrences of the specified text in this
PdfText instance.
Exceptions
See Also