Click or drag to resize

CPDFEditImageArea Class

This class is about image editing.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFPage.EditCPDFEditArea
    ComPDFKit.PDFPage.EditCPDFEditImageArea

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

The CPDFEditImageArea type exposes the following members.

Properties
  NameDescription
Public propertyType
Editing type.
(Inherited from CPDFEditArea.)
Top
Methods
  NameDescription
Public methodCutWithRect
Crops the image with rectangle.
Public methodExtractImage(String)
Extracts the image to the specified file path.
Public methodExtractImage(String, Single, Single)
Extracts the image to the specified file path.
Public methodGetClipRect
Gets the clipping rectangle.
Public methodGetFrame
Gets rectangle of editing area on the page.
(Inherited from CPDFEditArea.)
Public methodGetImageTransparency
Gets the transparency of image.
Public methodGetLevel
Gets the layer level of the edit area.
(Inherited from CPDFEditArea.)
Public methodGetRotation
Gets the rotation angle of image.
Public methodHorizontalMirror
Mirrors the image 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 methodReplaceImageArea(CRect, String, String)
Replace the image.
Public methodReplaceImageArea(CRect, Byte, Int32, Int32)
Replace the image.
Public methodRotate
Rotates the image.
Public methodSetFrame
Sets rectangle of editing area on the page.
(Inherited from CPDFEditArea.)
Public methodSetImageTransparency
Sets the transparency of image.
Public methodVerticalMirror
Mirrors the image vertically.
Top
See Also