THotPDF.AddMonochromeImageAuto Method
メソッドの要約: THotPDF.AddMonochromeImageAuto Method
宣言
function AddMonochromeImageAuto(Image: TGraphic): Integer;
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
Image | Graphic object used as the monochrome image source |
戻り値
Image resource index for the monochrome image
使用上の注意
- Use this API for black-and-white source images such as scanned masks or line art
- The returned image index can be drawn with the normal image placement APIs
関連 API
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents