CPDFEditPage Class |
Namespace: ComPDFKit.PDFPage
public class CPDFEditPage
The CPDFEditPage type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginEdit |
Begins editing PDF contents.
| |
| CanPasteEditArea |
Whether it can be paste editing area currently.
| |
| CanRedo |
Whether it can be redone.
| |
| CanUndo |
Whether it can be undone.
| |
| CopyEditArea |
Copies the editing area.
| |
| CreateNewImageArea(CRect, String, String) |
Creates a new image area.
| |
| CreateNewImageArea(CRect, Byte, Int32, Int32) |
Creates a new image area.
| |
| CreateNewTextArea |
Creates a new text area.
| |
| EndEdit |
Ends editing PDF contents.
| |
| FindText |
Find text in the current page
| |
| GetCopyEditAreaList | ||
| GetEditAreaList |
Gets a list of editing areas of the page.
| |
| GetFontList |
Gets a list of the system fonts.
| |
| GetPageIndex |
Gets the index of the page.
| |
| GetTextFindSelectionList |
Get the list of text find selections for the current page
| |
| IsValid |
Whether the text editing page object is valid.
| |
| Redo |
Redo.
| |
| ReleaseCopyEditAreaList | ||
| RemoveEditArea |
Removes the editing area.
| |
| ReplacePageText |
Replaces the keywords of all search items on the current page.
| |
| ReplaceText |
Selects the specified search item and replaces the keyword of that search item with the specified text.
| |
| Undo |
Undo.
|