THotPDF.AddImageAsMask Method
Резюме на метода: THotPDF.AddImageAsMask Method
Декларация
function AddImageAsMask(Image: TGraphic; Compression: THPDFImageCompressionType = icFlate): Integer;
Unit
HPDFDoc
Параметри
| Name | Предназначение |
|---|---|
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