CPDFEditArea Class |
Namespace: ComPDFKit.PDFPage.Edit
public class CPDFEditArea
The CPDFEditArea type exposes the following members.
| Name | Description | |
|---|---|---|
| GetFrame |
Gets rectangle of editing area on the page.
| |
| GetLevel |
Gets the layer level of the edit area.
| |
| InsertTo |
Inserts the edit area to a specific layer level.
| |
| IsValid |
Whether the object is valid.
| |
| MoveBackward |
Moves the edit area backward by one layer.
| |
| MoveForward |
Moves the edit area forward by one layer.
| |
| MoveToTheBottom |
Moves the edit area to the bottommost layer.
| |
| MoveToTheTop |
Moves the edit area to the topmost layer.
| |
| SetFrame |
Sets rectangle of editing area on the page.
|