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