Click or drag to resize

CPDFEditArea Class

The base class is about editing area.
Inheritance Hierarchy

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

The CPDFEditArea type exposes the following members.

Properties
  NameDescription
Public propertyType
Editing type.
Top
Methods
  NameDescription
Public methodGetFrame
Gets rectangle of editing area on the page.
Public methodGetLevel
Gets the layer level of the edit area.
Public methodInsertTo
Inserts the edit area to a specific layer level.
Public methodIsValid
Whether the object is valid.
Public methodMoveBackward
Moves the edit area backward by one layer.
Public methodMoveForward
Moves the edit area forward by one layer.
Public methodMoveToTheBottom
Moves the edit area to the bottommost layer.
Public methodMoveToTheTop
Moves the edit area to the topmost layer.
Public methodSetFrame
Sets rectangle of editing area on the page.
Top
See Also