THotPDF.RenderLoadedPageToBitmapAsync Method
Riepilogo del metodo: THotPDF.RenderLoadedPageToBitmapAsync Method
Dichiarazione
function RenderLoadedPageToBitmapAsync(PageIndex, DPI: Integer): TThread;
UnitÃ
HPDFDoc
Parametri
| Nome | Scopo |
|---|---|
PageIndex | Zero-based loaded page index |
DPI | Rendering resolution in dots per inch |
Valore restituito
Returns a started TThread instance owned by the caller
Note d'uso
- 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 correlate
- THotPDF
- THPDFPage
- Sommario