THotPDF.AddImageAsMask Method
Yöntem özeti: THotPDF.AddImageAsMask Method
Bildirim
function AddImageAsMask(Image: TGraphic; Compression: THPDFImageCompressionType = icFlate): Integer;
Birim
HPDFDoc
Parametreler
| Ad | Amaç |
|---|---|
Image | Graphic object used as the mask source |
Compression | Compression used for the stored mask image |
Dönüş değeri
Image resource index for the generated mask
Kullanım notları
- Use the returned index as the mask handle for THotPDF.AddImageWithMask
- Use the file-name overload when the mask is already stored on disk
İlgili API'ler
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents