THotPDF.AddImageWithJpegQuality Method
Menetelmän yhteenveto: THotPDF.AddImageWithJpegQuality Method
Määrittely
function AddImageWithJpegQuality(Image: TGraphic; Quality: TJPEGQualityRange): Integer;
Yksikkö
HPDFDoc
Parametrit
| Nimi | Tarkoitus |
|---|---|
Image | Graphic object used as the image source |
Quality | JPEG quality value passed to the encoder |
Paluuarvo
Image resource index for the encoded image
Käyttöhuomautukset
- Use this overload when output size and JPEG artefacts need explicit control
- Use the file-name overload for disk-based image sources
Aiheeseen liittyvät API:t
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents