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
- 目次