THotPDF.AddImageAsMask Method
Rezumatul metodei: THotPDF.AddImageAsMask Method
Declarație
function AddImageAsMask(Image: TGraphic; Compression: THPDFImageCompressionType = icFlate): Integer;
Unitate
HPDFDoc
Parametri
| Nume | Scop |
|---|---|
Image | Graphic object used as the mask source |
Compression | Compression used for the stored mask image |
Valoare de întoarcere
Image resource index for the generated mask
Note de utilizare
- 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-uri asociate
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents