image_quality property

image_quality property

Sets the image quality in the output PDF file (in percent).

Remarks

To change the image quality, first set the PdfOptimizationOptions.compress_images property to true. For code example, see this documentation.

Definition:

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

See Also