THotPDF.RenderLoadedPageToBitmapAsync Method
Сводка метода: THotPDF.RenderLoadedPageToBitmapAsync Method
Объявление
function RenderLoadedPageToBitmapAsync(PageIndex, DPI: Integer): TThread;
Модуль
HPDFDoc
Параметры
| Имя | Назначение |
|---|---|
PageIndex | Zero-based loaded page index |
DPI | Rendering resolution in dots per inch |
Возвращаемое значение
Returns a started TThread instance owned by the caller
Примечания по использованию
- The returned thread has FreeOnTerminate set to False and must be freed by the caller
- Use GetLoadedCachedRenderedBitmap after the worker completes to retrieve the cached page bitmap
Связанные API
- THotPDF
- THPDFPage
- Содержание