CPDFEditFormArea Class |
Namespace: ComPDFKit.PDFPage.Edit
public class CPDFEditFormArea : CPDFEditArea
The CPDFEditFormArea type exposes the following members.
| Name | Description | |
|---|---|---|
| Type |
Editing type.
(Inherited from CPDFEditArea.) |
| Name | Description | |
|---|---|---|
| GetFrame |
Gets rectangle of editing area on the page.
(Inherited from CPDFEditArea.) | |
| GetLevel |
Gets the layer level of the edit area.
(Inherited from CPDFEditArea.) | |
| GetObjectCount |
Gets the count of objects in the form.
| |
| GetRotation |
Gets the rotation angle of the form object.
| |
| InsertTo |
Inserts the edit area to a specific layer level.
(Inherited from CPDFEditArea.) | |
| IsValid |
Whether the object is valid.
(Inherited from CPDFEditArea.) | |
| MoveBackward |
Moves the edit area backward by one layer.
(Inherited from CPDFEditArea.) | |
| MoveForward |
Moves the edit area forward by one layer.
(Inherited from CPDFEditArea.) | |
| MoveToTheBottom |
Moves the edit area to the bottommost layer.
(Inherited from CPDFEditArea.) | |
| MoveToTheTop |
Moves the edit area to the topmost layer.
(Inherited from CPDFEditArea.) | |
| Rotate |
Rotates the form object by the specified angle.
| |
| Scale |
Scales the form object by the specified factors.
| |
| SetFrame |
Sets rectangle of editing area on the page.
(Inherited from CPDFEditArea.) | |
| Translate |
Translates the form object by the specified offset.
| |
| TranslateForm |
Translates the form content by the specified offset.
|