HANDLE CCreatePDF::LoadImageFromPDF(DWORD dwPageNumber)
Description
Will .load the image specified in the dwPageNumber parameter from a PDF file. The PDF file must be previously open using OpenPDFFile function.
Parameters
|
DOWRD |
dwPageNumber |
The page to be loaded. |
|
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.