Click or drag to resize

CPDFEditPathArea Class

This class is about path object editing.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFPage.EditCPDFEditArea
    ComPDFKit.PDFPage.EditCPDFEditPathArea

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

The CPDFEditPathArea type exposes the following members.

Properties
  NameDescription
Public propertyType
Editing type.
(Inherited from CPDFEditArea.)
Top
Methods
  NameDescription
Public methodCutWithRect
Crops the path object with rectangle.
Public methodGetClipRect
Gets the clipping rectangle.
Public methodGetFillColor
Gets path objet fill color.
Public methodGetFillTransparency
Gets the fill transparency of path object.
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 methodGetRotation
Gets the rotation angle of path object.
Public methodGetStrokeColor
Gets path objet stroke color.
Public methodGetTransparency
Gets the transparency of path object.
Public methodHorizontalMirror
Mirrors the path object horizontally.
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 path object.
Public methodSetFillColor
Sets path object fill color.
Public methodSetFillTransparency
Sets the fill transparency of path object.
Public methodSetFrame
Sets rectangle of editing area on the page.
(Inherited from CPDFEditArea.)
Public methodSetStrokeColor
Sets path object stroke color.
Public methodSetTransparency
Sets the transparency of path object.
Public methodVerticalMirror
Mirrors the path object vertically.
Top
See Also