vpdf_FreeMemory (pPDFData As Long) As Boolean
Description
Frees the PDF data returned by the vpdf_SaveVectorPDFToMemory function.
Do not use for handles returned by other functions.
Parameters
Long |
pPDFData |
Pointer to PDF data in memory, returned by the vpdf_SaveVectorPDFToMemory function |
Return value
TRUE on success, otherwise FALSE.