HANDLE CCreatePDF::LoadImageFromPDF(DWORD dwPageNumber)
Description
This function loads the image specified in the dwPageNumber parameter from a PDF file. The PDF file must be previously opened by the OpenPDFFile function.
Parameters
|
DWORD |
dwPageNumber |
The number of the page to be loaded. The page numbering starts with 0. |
Return values
HANDLE hDIB - Handle to the DIB image loaded from the PDF file.