THotPDF.AddImageWithJpegQuality Method
Resumen del método: THotPDF.AddImageWithJpegQuality Method
Declaración
function AddImageWithJpegQuality(Image: TGraphic; Quality: TJPEGQualityRange): Integer;
Unidad
HPDFDoc
Parámetros
| Nombre | Propósito |
|---|---|
Image | Graphic object used as the image source |
Quality | JPEG quality value passed to the encoder |
Valor de retorno
Image resource index for the encoded image
Notas de uso
- Use this overload when output size and JPEG artefacts need explicit control
- Use the file-name overload for disk-based image sources
APIs relacionadas
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents