enabled property

enabled property

The enabled flag indicates whether all pages in the document are converted to images and placed in a single PDF file. True by default; set to False to avoid rasterization.

Definition:

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

See Also