FreePDFInMemory(pPDFData as LONGLONG) as Boolean
Description
Frees the PDF file returned by the FinishPDFInMemory function.
Parameters
IntPtr |
pPDFData |
pointer to the PDF that was retured by the FinishPDFInMemory function. |
Return values
TRUE on success, FALSE if any error occurred. Call GetLastPDFError() for the error code.