Saves the specified SVG document to a file on disk.
#include "l_bitmap.h"
L_LTSVG_API L_INT L_SvgSaveDocument(fileName, docHandle, options)
Character string containing the output file name.
Handle that holds the SVG document data.
Pointer to optional save options. Pass NULL to use the default save options.
| Value | Meaning | 
|---|---|
| SUCCESS | The function was successful. | 
| < 1 | An error occurred. Refer to Return Codes. | 
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.
Win32, x64, Linux.
For an example, refer to L_SvgLoadDocument.