Click or drag to resize

CPDFEditPage Methods

The CPDFEditPage type exposes the following members.

Methods
  NameDescription
Public methodBeginEdit
Begins editing PDF contents.
Public methodCanPasteEditArea
Whether it can be paste editing area currently.
Public methodCanRedo
Whether it can be redone.
Public methodCanUndo
Whether it can be undone.
Public methodCopyEditArea
Copies the editing area.
Public methodCreateNewImageArea(CRect, String, String)
Creates a new image area.
Public methodCreateNewImageArea(CRect, Byte, Int32, Int32)
Creates a new image area.
Public methodCreateNewTextArea
Creates a new text area.
Public methodEndEdit
Ends editing PDF contents.
Public methodFindText
Find text in the current page
Public methodGetCopyEditAreaList
Public methodGetEditAreaList
Public methodGetFontList
Gets a list of the system fonts.
Public methodGetPageIndex
Gets the index of the page.
Public methodGetTextFindSelectionList
Get the list of text find selections for the current page
Public methodIsValid
Whether the text editing page object is valid.
Public methodRedo
Redo.
Public methodReleaseCopyEditAreaList
Public methodRemoveEditArea
Removes the editing area.
Public methodReplacePageText
Replaces the keywords of all search items on the current page.
Public methodReplaceText
Selects the specified search item and replaces the keyword of that search item with the specified text.
Public methodUndo
Undo.
Top
See Also