Frees storage allocated for a specified SVG document.
#include "l_bitmap.h"
L_LTSVG_API L_INT L_SvgFreeNode(node)
Handle referencing the SVG document to free.
Value | Meaning |
---|---|
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 SVG document data.
Win32, x64, Linux.
For an example, refer to L_SvgLoadDocument.