#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. |
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
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. |
Win32, x64, Linux.
Functions: | L_SvgSaveDocumentMemory, L_SvgFreeNode |
Topics: | Working with SVG |
For an example, refer to L_SvgLoadDocumentMemory.