Click or drag to resize

CPDFEditPage Class

This class is about PDF contents editing.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFPageCPDFEditPage

Namespace:  ComPDFKit.PDFPage
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public class CPDFEditPage

The CPDFEditPage type exposes the following members.

Properties
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 methodClearDirty
Public methodClearDirtyIfGeneration
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
Gets a list of editing areas of the page.
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