THotPDF.AddMonochromeImageAuto Method
Metodesammendrag: THotPDF.AddMonochromeImageAuto Method
Deklarasjon
function AddMonochromeImageAuto(Image: TGraphic): Integer;
Enhet
HPDFDoc
Parametere
| Navn | Formål |
|---|---|
Image | Graphic object used as the monochrome image source |
Returverdi
Image resource index for the monochrome image
Bruksnotater
- 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
Relaterte API-er
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents