|
Declaration
| property ImageQuality: TImageQualityRange read FImageQuality write FImageQuality |
| JPG'S image quality set to 90 |
Category
Description
| When sending images out to PDF, the bitmaps, metafiles, etc., are converted to JPG's in order to allow PDF to print them. By default the image quality for JPG's is set to 90. If you need to change the image quality, you can do this by setting the ImageQuality property. Valid values are 1 to 100 with 100 being the absolute best quality available. |
See also
|