HANDLE pdf_LoadImageFromPDF(HPDF pPDF, DWORD dwPageNumber);
Description
Load the dwPageNumber page from the PDF file and return a handle to the DIB.
Parameters
|
HPDF |
pPDF |
pointer to the PDF object, created using pdf_Init_PDF() |
|
DWORD |
dwPageNumber |
The page to be loaded. |
Return values
Handle to the DIB loaded from the PDF file.