L_SvgFreeNode

#include "l_bitmap.h"

L_LTSVG_API L_INT L_SvgFreeNode(node)

L_SvgNodeHandle node;

SVG document handle

Frees storage allocated for a specified SVG document.

Parameter

Description

node Handle referencing the SVG document to free.

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 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: L_SvgCreateDocument, L_LoadSvg, L_SvgLoadDocument
Topics: Working with SVG

Example

For an example, refer to L_SvgLoadDocument.

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