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