THotPDF.AddImageWithMaskFromFile Method

Yöntem özeti: THotPDF.AddImageWithMaskFromFile Method

Bildirim

function AddImageWithMaskFromFile(FileName: TFileName; MaskIndex: Integer; Compression: THPDFImageCompressionType= icJpeg): Integer;

Usage

Create the mask with THotPDF.AddImageAsMaskFromFile or AddImageAsMask, then pass that returned index as MaskIndex

The returned image index can be drawn with THPDFPage.ShowImage

İlgili API'ler