L_FreeSvg

Summary

Frees storage allocated for the specified SVG document.

Syntax

#include "l_bitmap.h"

L_LTFIL_API L_INT L_FreeSvg(svgHandle)

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS SVG C API Help

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