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