LPDFCompressor::Free

Summary

Frees all associated memory allocated by LPDFCompressor::Init function.

Syntax

#include "ltwrappr.h"
#include "LTCPDFComp.h"

L_VOID LPDFCompressor::Free();

Returns

None.

Comments

For each call to LPDFCompressor::Init there must be a call to LPDFCompressor::Free. This function should be the last function to be called when using the PDF compressor.

If this function is called before calling LPDFCompressor::Write, 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

See Also

Functions

Topics

Example

For an example, refer to LPDFCompressor::InsertNormal.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS MRC C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.