THotPDF.AddImageWithJpegQuality Method
Зведення методу: THotPDF.AddImageWithJpegQuality Method
Оголошення
function AddImageWithJpegQuality(Image: TGraphic; Quality: TJPEGQualityRange): Integer;
Модуль
HPDFDoc
Параметри
| Назва | Призначення |
|---|---|
Image | Graphic object used as the image source |
Quality | JPEG quality value passed to the encoder |
Повернене значення
Image resource index for the encoded image
Примітки щодо використання
- Use this overload when output size and JPEG artefacts need explicit control
- Use the file-name overload for disk-based image sources
Пов'язані API
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents