THotPDF.RenderLoadedPageToBitmapAsync Method
Yöntem özeti: THotPDF.RenderLoadedPageToBitmapAsync Method
Bildirim
function RenderLoadedPageToBitmapAsync(PageIndex, DPI: Integer): TThread;
Birim
HPDFDoc
Parametreler
| Ad | Amaç |
|---|---|
PageIndex | Zero-based loaded page index |
DPI | Rendering resolution in dots per inch |
Dönüş değeri
Returns a started TThread instance owned by the caller
Kullanım notları
- 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
İlgili API'ler
- THotPDF
- THPDFPage
- İçindekiler