#include "l_bitmap.h"
#include "lpdfComp.h"
L_LCMRC_API L_VOID L_PdfCompFree (hDocument)
Frees the PDF document handle and all associated memory.
Pointer to a handle to an existing PDF document. This handle was created by calling the L_PdfCompInit function.
None
For each call to L_PdfCompInit there must be a call to L_PdfCompFree. This function should be the last function to be called in the PDF compressor functionality. It will free memory associated with the PDF document handle.
If this function is called before calling L_PdfCompWrite, then the PDF document file in the memory will be destroyed and the user will lose the data in that document.
Required DLLs and Libraries