A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFPage
CPDFEditPage Class
CPDFEditPage Methods
BeginEdit Method
CanPasteEditArea Method
CanRedo Method
CanUndo Method
CopyEditArea Method
CreateNewImageArea Method
CreateNewTextArea Method
EndEdit Method
FindText Method
GetCopyEditAreaList Method
GetEditAreaList Method
GetFontList Method
GetPageIndex Method
GetTextFindSelectionList Method
IsValid Method
Redo Method
ReleaseCopyEditAreaList Method
RemoveEditArea Method
ReplacePageText Method
ReplaceText Method
Undo Method
CPDFEditPage
ReplaceText 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.2.0.0 (2.2.0.0)
Syntax
C#
Copy
public
CPDFEditTextArea
ReplaceText
(
CPDFEditTextFindSelection
textFindSelection
,
string
text
)
Parameters
textFindSelection
Type:
ComPDFKit.PDFPage.Edit
CPDFEditTextFindSelection
The search item.
text
Type:
System
String
The text used to replace the old keyword.
Return Value
Type:
CPDFEditTextArea
Returns the currently edited text block.
See Also
Reference
CPDFEditPage Class
ComPDFKit.PDFPage Namespace