rasterize method
rasterize
Converts page content into an image.
def rasterize(self, horizontal_resolution, vertical_resolution, image_format):
...
Parameter | Type | Description |
---|---|---|
horizontal_resolution | int | Horizontal image resolution. |
vertical_resolution | int | Vertical image resolution. |
image_format | PdfImageConversionFormat |
Image format. |
See Also
- module
groupdocs.watermark.contents.pdf
- class
PdfPage