THotPDF.RenderLoadedPageToBitmapAsync Method
Резюме на метода: THotPDF.RenderLoadedPageToBitmapAsync Method
Декларация
function RenderLoadedPageToBitmapAsync(PageIndex, DPI: Integer): TThread;
Unit
HPDFDoc
Параметри
| Name | Предназначение |
|---|---|
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
- Съдържание