L_SvgFreeMemory

#include "l_bitmap.h"

L_LTSVG_API L_INT L_SvgFreeMemory(buffer)

Frees storage allocated by L_SvgSaveDocumentMemory.

Parameters

L_VOID* buffer

Pointer to the memory buffer to be freed.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

This function should be called when your program no longer needs the memory buffer allocated by calling L_SvgSaveDocumentMemory.

Support for SVG is only available in the Document and Medical Imaging toolkits.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_SvgLoadDocumentMemory.

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

LEADTOOLS SVG C API Help

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