quality property

quality property

Gets or sets a value determining the quality of the generated images to apply only when saving pages to the Jpeg format. The default value is 100

Remarks

Has effect only when saving to JPEG. The value must be between 0 and 100. The default value is 100.

Definition:

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

See Also