THotPDF.AddMonochromeImageAuto Method
Souhrn metody: THotPDF.AddMonochromeImageAuto Method
Deklarace
function AddMonochromeImageAuto(Image: TGraphic): Integer;
Jednotka
HPDFDoc
Parametry
| Název | Účel |
|---|---|
Image | Graphic object used as the monochrome image source |
Návratová hodnota
Image resource index for the monochrome image
Poznámky k použití
- 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
Související API
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents