CPDFEditImageArea Methods | 
The CPDFEditImageArea type exposes the following members.
| Name | Description | |
|---|---|---|
| CutWithRect | 
            Crops the image with rectangle.
              | |
| ExtractImage(String) | 
            Extracts the image to the specified file path.
              | |
| ExtractImage(String, Single, Single) | 
            Extracts the image to the specified file path.
              | |
| GetClipRect | 
            Gets the clipping rectangle.
              | |
| GetFrame | 
            Gets rectangle of editing area on the page.
              (Inherited from CPDFEditArea.) | |
| GetImageTransparency | 
            Gets the transparency of image.
              | |
| GetRotation | 
            Gets the rotation angle of image.
              | |
| HorizontalMirror | 
            Mirrors the image horizontally.
              | |
| IsValid | 
            Whether the object is valid.
              (Inherited from CPDFEditArea.) | |
| ReplaceImageArea(CRect, String, String) | 
            Replace the image.
              | |
| ReplaceImageArea(CRect, Byte, Int32, Int32) | 
            Replace the image.
              | |
| Rotate | 
            Rotates the image.
              | |
| SetFrame | 
            Sets rectangle of editing area on the page.
              (Inherited from CPDFEditArea.) | |
| SetImageTransparency | 
            Sets the transparency of image.
              | |
| VerticalMirror | 
            Mirrors the image vertically.
              |