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
ממשקי API קשורים
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents