THotPDF.AddImageWithJpegQuality Method
Metodsammanfattning: THotPDF.AddImageWithJpegQuality Method
Deklaration
function AddImageWithJpegQuality(Image: TGraphic; Quality: TJPEGQualityRange): Integer;
Enhet
HPDFDoc
Parametrar
| Namn | Syfte |
|---|---|
Image | Graphic object used as the image source |
Quality | JPEG quality value passed to the encoder |
Returvärde
Image resource index for the encoded image
Användningsanteckningar
- Use this overload when output size and JPEG artefacts need explicit control
- Use the file-name overload for disk-based image sources
Relaterade API:er
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents