THotPDF.AddImageAsMask Method
Souhrn metody: THotPDF.AddImageAsMask Method
Deklarace
function AddImageAsMask(Image: TGraphic; Compression: THPDFImageCompressionType = icFlate): Integer;
Jednotka
HPDFDoc
Parametry
| Název | Účel |
|---|---|
Image | Graphic object used as the mask source |
Compression | Compression used for the stored mask image |
Návratová hodnota
Image resource index for the generated mask
Poznámky k použití
- Use the returned index as the mask handle for THotPDF.AddImageWithMask
- Use the file-name overload when the mask is already stored on disk
Související API
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents