THotPDF.GetLoadedCachedRenderedBitmap Method
Сводка метода: THotPDF.GetLoadedCachedRenderedBitmap Method
Объявление
function GetLoadedCachedRenderedBitmap(PageIndex, DPI: Integer): TBitmap;
Модуль
HPDFDoc
Параметры
| Имя | Назначение |
|---|---|
PageIndex | Zero-based loaded page index |
DPI | Rendering resolution in dots per inch |
Возвращаемое значение
Returns the cached or newly rendered bitmap, or nil for an invalid page index
Примечания по использованию
- The render cache is protected by the document render lock
- The caller owns the returned bitmap instance according to the loaded-page rendering contract
Связанные API
- THotPDF
- THPDFPage
- Содержание