OpenPDFInMemory(pPDFData as LONGLONG, lSize as Long) as Boolean
Description
Open the image PDF file in memory. After reading the pages using the LoadImageFromPDF function, the PDF should be closed using the ClosePDFInMemory function.
Parameters
LONGLONG |
pPDFData |
pointer to the Image PDF in memory to open |
Long |
lSize |
size of the PDF pointed to by pPDFData in bytes |
Return values
TRUE on success, FALSE if any error occurred. Call GetLastPDFError() for the error code.