enabled property

enabled property

Gets or sets a value indicating whether all pages in the document need to be converted to images and put in a single PDF file. TRUE by default, set to FALSE in order to avoid rasterization.

Definition:

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

See Also