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