PDFCompFree method (ILEADPDFCompressor)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

Void PDFCompFree ()

Overview

Refer to Creating a Compressed PDF File

Remarks

(Advanced PDF Plug in only) Frees all the memory allocated by the PDF compressor object.

For each call to the PDFCompInit method there must be a call to PDFCompFree. This method should be the last method to be called when working with the PDF compressor.

If this method is called before calling the PDFCompWrite method, then the PDF document file in the memory will be destroyed and the user will lose the data in that document.

See Also

Elements:

PDFCompInit method, PDFCompInsertMRC method

Topics:

PDF Compressor Functions: Creating a File