Click or drag to resize

CPDFEditFormArea Class

This class is about form object editing.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFPage.EditCPDFEditArea
    ComPDFKit.PDFPage.EditCPDFEditFormArea

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

The CPDFEditFormArea type exposes the following members.

Properties
  NameDescription
Public propertyType
Editing type.
(Inherited from CPDFEditArea.)
Top
Methods
  NameDescription
Public methodGetFrame
Gets rectangle of editing area on the page.
(Inherited from CPDFEditArea.)
Public methodGetLevel
Gets the layer level of the edit area.
(Inherited from CPDFEditArea.)
Public methodGetObjectCount
Gets the count of objects in the form.
Public methodGetRotation
Gets the rotation angle of the form object.
Public methodInsertTo
Inserts the edit area to a specific layer level.
(Inherited from CPDFEditArea.)
Public methodIsValid
Whether the object is valid.
(Inherited from CPDFEditArea.)
Public methodMoveBackward
Moves the edit area backward by one layer.
(Inherited from CPDFEditArea.)
Public methodMoveForward
Moves the edit area forward by one layer.
(Inherited from CPDFEditArea.)
Public methodMoveToTheBottom
Moves the edit area to the bottommost layer.
(Inherited from CPDFEditArea.)
Public methodMoveToTheTop
Moves the edit area to the topmost layer.
(Inherited from CPDFEditArea.)
Public methodRotate
Rotates the form object by the specified angle.
Public methodScale
Scales the form object by the specified factors.
Public methodSetFrame
Sets rectangle of editing area on the page.
(Inherited from CPDFEditArea.)
Public methodTranslate
Translates the form object by the specified offset.
Public methodTranslateForm
Translates the form content by the specified offset.
Top
See Also