THotPDF.AddImageWithMask Method
メソッドの要約: THotPDF.AddImageWithMask Method
宣言
function AddImageWithMask(Image: TGraphic; MaskIndex: Integer; Compression: THPDFImageCompressionType = icJpeg): Integer;
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
Image | Graphic object used as the visible image source |
MaskIndex | Image index of the mask resource |
Compression | Compression used for the visible image |
戻り値
Image resource index for the masked image
使用上の注意
- Create the mask first with THotPDF.AddImageAsMask
- Keep the mask and visible image dimensions compatible for predictable transparency
関連 API
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents