Click or drag to resize

PdfText Methods

The PdfText type exposes the following members.

Methods
 NameDescription
Public methodFind(Regex) Finds all matches of the specified regular expression in this PdfText instance.
Public methodFind(String, StringComparison) Finds all occurrences of the specified text in this PdfText instance.
Public methodRedact Removes the PDF content associated with the current PdfText.
Public methodSubtext(Int32) Retrieves a subtext from this instance. The subtext starts at a specified character position and continues to the end of the text.
Public methodSubtext(Int32, Int32) Retrieves a subtext from this instance. The subtext starts at a specified character position and has a specified length.
Public methodToString Returns a Unicode text contained in this PdfText.
(Overrides ObjectToString)
Top
See Also