THotPDF.AddImageWithJpegQuality Method
Rezumatul metodei: THotPDF.AddImageWithJpegQuality Method
Declarație
function AddImageWithJpegQuality(Image: TGraphic; Quality: TJPEGQualityRange): Integer;
Unitate
HPDFDoc
Parametri
| Nume | Scop |
|---|---|
Image | Graphic object used as the image source |
Quality | JPEG quality value passed to the encoder |
Valoare de întoarcere
Image resource index for the encoded image
Note de utilizare
- Use this overload when output size and JPEG artefacts need explicit control
- Use the file-name overload for disk-based image sources
API-uri asociate
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents