THotPDF.AddImageAsMask Method
ملخص الطريقة: THotPDF.AddImageAsMask Method
التصريح
function AddImageAsMask(Image: TGraphic; Compression: THPDFImageCompressionType = icFlate): Integer;
وحدة
HPDFDoc
المعاملات
| الاسم | الغرض |
|---|---|
Image | Graphic object used as the mask source |
Compression | Compression used for the stored mask image |
قيمة الإرجاع
Image resource index for the generated mask
ملاحظات الاستخدام
- Use the returned index as the mask handle for THotPDF.AddImageWithMask
- Use the file-name overload when the mask is already stored on disk
واجهات برمجة التطبيقات ذات الصلة
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents