set_image_resample method
set_image_resample(self, desired_ppi, jpeg_quality)
Sets desired PPI(pixels per inch) of resample images and jpeg quality.
All images will be converted to JPEG with the specified quality setting,
and images that are greater than the specified PPI (pixels per inch) will be resampled.
def set_image_resample(self, desired_ppi, jpeg_quality):
...
| Parameter | Type | Description |
|---|---|---|
| desired_ppi | int | Desired pixels per inch. 220 high quality. 150 screen quality. 96 email quality. |
| jpeg_quality | int | 0 - 100% JPEG quality. |
See Also
- module
aspose.cellsgridjs - class
PdfSaveOptions