THotPDF.AddImageAsMask Method
Metódus összefoglaló: THotPDF.AddImageAsMask Method
Deklaráció
function AddImageAsMask(Image: TGraphic; Compression: THPDFImageCompressionType = icFlate): Integer;
Egység
HPDFDoc
Paraméterek
| Név | Cél |
|---|---|
Image | Graphic object used as the mask source |
Compression | Compression used for the stored mask image |
Visszatérési érték
Image resource index for the generated mask
Használati megjegyzések
- Use the returned index as the mask handle for THotPDF.AddImageWithMask
- Use the file-name overload when the mask is already stored on disk
Kapcsolódó API-k
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents