THotPDF.AddImageWithJpegQuality Method
ملخص الطريقة: THotPDF.AddImageWithJpegQuality Method
التصريح
function AddImageWithJpegQuality(Image: TGraphic; Quality: TJPEGQualityRange): Integer;
وحدة
HPDFDoc
المعاملات
| الاسم | الغرض |
|---|---|
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
واجهات برمجة التطبيقات ذات الصلة
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents