THotPDF.AddImageAsMask Method
Resumen del método: THotPDF.AddImageAsMask Method
Declaración
function AddImageAsMask(Image: TGraphic; Compression: THPDFImageCompressionType = icFlate): Integer;
Unidad
HPDFDoc
Parámetros
| Nombre | Propósito |
|---|---|
Image | Graphic object used as the mask source |
Compression | Compression used for the stored mask image |
Valor de retorno
Image resource index for the generated mask
Notas de uso
- Use the returned index as the mask handle for THotPDF.AddImageWithMask
- Use the file-name overload when the mask is already stored on disk
APIs relacionadas
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents