THotPDF.AddImageWithJpegQuality Method
Ringkasan metode: THotPDF.AddImageWithJpegQuality Method
Deklarasi
function AddImageWithJpegQuality(Image: TGraphic; Quality: TJPEGQualityRange): Integer;
Unit
HPDFDoc
Parameter
| Nama | Tujuan |
|---|---|
Image | Graphic object used as the image source |
Quality | JPEG quality value passed to the encoder |
Nilai balik
Image resource index for the encoded image
Catatan penggunaan
- Use this overload when output size and JPEG artefacts need explicit control
- Use the file-name overload for disk-based image sources
API terkait
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents