Click or drag to resize

CPDFEditImageArea Class

This class is about image editing.
Inheritance Hierarchy

Namespace:  ComPDFKit.PDFPage.Edit
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
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 methodGetRotation
Gets the rotation angle of image.
Public methodHorizontalMirror
Mirrors the image horizontally.
Public methodIsValid
Whether the object is valid.
(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