THotPDF.AddImageWithJpegQuality Method
Podsumowanie metody: THotPDF.AddImageWithJpegQuality Method
Deklaracja
function AddImageWithJpegQuality(Image: TGraphic; Quality: TJPEGQualityRange): Integer;
Jednostka
HPDFDoc
Parametry
| Nazwa | Przeznaczenie |
|---|---|
Image | Graphic object used as the image source |
Quality | JPEG quality value passed to the encoder |
Wartość zwracana
Image resource index for the encoded image
Uwagi dotyczące użycia
- Use this overload when output size and JPEG artefacts need explicit control
- Use the file-name overload for disk-based image sources
Powiązane API
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents