THotPDF.RenderLoadedPageToBitmap Method

 

THotPDF.RenderLoadedPageToBitmap

THotPDF

 

Top

Renders a loaded page to a 24-bit RGB GDI bitmap at the specified DPI resolution. The caller is responsible for freeing the bitmap. Returns nil on failure.

 

Delphi syntax:

function RenderLoadedPageToBitmap(PageIndex, DPI: Integer): TBitmap;

 

Description

Renders a loaded page to a 24-bit RGB GDI bitmap at the specified DPI resolution. The caller is responsible for freeing the bitmap. Returns nil on failure.