L_SvgSaveDocument

Summary

Saves the specified SVG document to a file on disk.

Syntax

#include "l_bitmap.h"

L_LTSVG_API L_INT L_SvgSaveDocument(fileName, docHandle, options)

Parameters

const L_TCHAR* fileName

Character string containing the output file name.

const L_SvgNodeHandle docHandle

Handle that holds the SVG document data.

const L_SvgSaveOptions* options

Pointer to optional save options. Pass NULL to use the default save options.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

This function will save the specified SVG document to the output file as a standard SVG document.

Support for SVG is only available in the Document and Medical Imaging toolkits.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_SvgLoadDocument.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.