Click or drag to resize

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.0.0.0
Syntax
C#
public 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: CPDFEditTextArea
Returns the currently edited text block.
See Also