THotPDF.GetLoadedCachedRenderedBitmap Method
Metodesammendrag: THotPDF.GetLoadedCachedRenderedBitmap Method
Deklaration
function GetLoadedCachedRenderedBitmap(PageIndex, DPI: Integer): TBitmap;
Enhed
HPDFDoc
Parametre
| Navn | Formål |
|---|---|
PageIndex | Zero-based loaded page index |
DPI | Rendering resolution in dots per inch |
Returværdi
Returns the cached or newly rendered bitmap, or nil for an invalid page index
Brugsnoter
- The render cache is protected by the document render lock
- The caller owns the returned bitmap instance according to the loaded-page rendering contract
Relaterede API'er
- THotPDF
- THPDFPage
- Indhold