L_SvgFreeMemory

#include "l_bitmap.h"

L_LTSVG_API L_INT L_SvgFreeMemory(buffer)

L_VOID* buffer;

pointer to the memory buffer

Frees storage allocated by L_SvgSaveDocumentMemory.

Parameter

Description

buffer Pointer to the memory buffer to be freed.

Returns

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

LTSVG
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64, Linux.

See Also
Functions: L_SvgSaveDocumentMemory, L_SvgFreeNode
Topics: Working with SVG

Example

For an example, refer to L_SvgLoadDocumentMemory.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS SVG C API Help