THotPDF.RenderLoadedPageToBitmapAsync Method
Podsumowanie metody: THotPDF.RenderLoadedPageToBitmapAsync Method
Deklaracja
function RenderLoadedPageToBitmapAsync(PageIndex, DPI: Integer): TThread;
Jednostka
HPDFDoc
Parametry
| Nazwa | Przeznaczenie |
|---|---|
PageIndex | Zero-based loaded page index |
DPI | Rendering resolution in dots per inch |
Wartość zwracana
Returns a started TThread instance owned by the caller
Uwagi dotyczące użycia
- 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
Powiązane API
- THotPDF
- THPDFPage
- Spis treści