CPDFEditPageReplacePageText Method |
Replaces the keywords of all search items on the current page.
Namespace:
ComPDFKit.PDFPage
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public bool ReplacePageText(
string text
)
Parameters
- text
- Type: SystemString
The text used to replace the old keywords
Return Value
Type:
BooleanWhether the replacement was successful
Remarks
It should be noted that replacing keywords may cause the positions of subsequent search items to change. If you need to manually implement this process, you need to replace from the end to the beginning, rather than starting from the first.
See Also