CPDFEditPageReplaceText Method |
Selects the specified search item and replaces the keyword of that search item with the specified text.
Namespace:
ComPDFKit.PDFPage
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntaxpublic CPDFEditTextArea ReplaceText(
CPDFEditTextFindSelection textFindSelection,
string text
)
Parameters
- textFindSelection
- Type: ComPDFKit.PDFPage.EditCPDFEditTextFindSelection
The search item. - text
- Type: SystemString
The text used to replace the old keyword.
Return Value
Type:
CPDFEditTextAreaReturns the currently edited text block.
See Also