THotPDF.AddImageWithMask Method

方法摘要: THotPDF.AddImageWithMask Method

声明

function AddImageWithMask(Image: TGraphic; MaskIndex: Integer; Compression: THPDFImageCompressionType = icJpeg): Integer;

单元

HPDFDoc

参数

名称用途
ImageGraphic object used as the visible image source
MaskIndexImage index of the mask resource
CompressionCompression used for the visible image

返回值

Image resource index for the masked image

使用说明

相关 API