Image Methods |
The Image type exposes the following members.
Name | Description | |
---|---|---|
Create | Create an image object from image data. Supported formats are:
| |
Equals | (Inherited from NativeObject) | |
Extract | Extract embedded image from PDF Facilitate the extraction of images from a specified page within a PDF, outputting them in the imageType format. By default, the method determines the format of the extracted image based on the embedded image data present within the PDF. Users can ascertain the default image format through DefaultImageType. It's important to note that not all image types or conversion processes are universally supported, hence adhering to the default ImageType is advisable for optimal compatibility. Key considerations include:
This method is designed to efficiently retrieve images without their page-specific modifications, ensuring a straightforward extraction process. | |
GetHashCode | (Inherited from NativeObject) | |
Redact | Redact rectangular part of the image Redacts a part of the image specified by a rectangle, by changing the content of the image. This is not an annotation, the image data is changed and there will be no way to get the original data from the image itself. The content is changed by setting all pixels to the same color. This color, in general, is black, but that depends on the color space of the image. |