L_FreeSvg

#include "l_bitmap.h"

L_LTFIL_API L_INT L_FreeSvg(svgHandle)

Frees storage allocated for the specified SVG document.

Parameters

L_SvgNodeHandle svgHandle

Handle referencing the SVG document 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 the program no longer needs the SVG document data.

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

Topics

Example

For an example, refer to L_LoadSvg.

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

LEADTOOLS SVG C API Help