rasterize_to_pdf property

rasterize_to_pdf property

The flag indicating whether all pages in the document are converted to images and combined into a single PDF file.

Definition:

@property
def rasterize_to_pdf(self):
    ...
@rasterize_to_pdf.setter
def rasterize_to_pdf(self, value):
    ...

See Also