THotPDF.AddImageWithJpegQuality Method
Резюме на метода: THotPDF.AddImageWithJpegQuality Method
Декларация
function AddImageWithJpegQuality(Image: TGraphic; Quality: TJPEGQualityRange): Integer;
Unit
HPDFDoc
Параметри
| Name | Предназначение |
|---|---|
Image | Graphic object used as the image source |
Quality | JPEG quality value passed to the encoder |
Върната стойност
Image resource index for the encoded image
Бележки за употреба
- Use this overload when output size and JPEG artefacts need explicit control
- Use the file-name overload for disk-based image sources
Свързани API
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents