| ImageMask Class |
Inheritance Hierarchy Namespace: PdfTools.Toolbox.Pdf.ContentAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
Syntax public class ImageMask : NativeObject
The ImageMask type exposes the following members.
Properties | Name | Description |
---|
| Size | The size of the image mask in samples. |
TopMethods | Name | Description |
---|
| Create | Create an image mask object from image data.
Supported formats are:
The returned image mask object is not yet painted on any page, but it is associated with the given target document.
|
| Equals | (Inherited from NativeObject) |
| Extract | Extract image mask from PDF
Facilitate the extraction of image masks from a specified page within a PDF, outputting them in the imageType format.
By default imageType takes the value Tiff.
Key considerations include:
-
The extraction process isolates the image from the page's resources, neglecting any contextual attributes from the PDF page. Consequently, the original resolution and modifications—such as scaling, rotation, or cropping—that influence the image's appearance on the page are not preserved in the extracted image mask.
-
In instances where a GenericException error arises, the output file may be compromised and rendered unusable.
This method is designed to efficiently retrieve image masks without their page-specific modifications, ensuring a straightforward extraction process.
|
| GetHashCode | (Inherited from NativeObject) |
TopSee Also