#include "l_bitmap.h"
L_LTSVG_API L_INT L_SvgSetDocumentVersion(docHandle, version)
L_SvgNodeHandle docHandle; |
SVG document handle |
L_SvgVersion version; |
value to set |
Sets the SVG version of the document.
Parameter |
Description |
| docHandle | The SVG document handle to update. |
| version | The new version for the SVG document. |
| SUCCESS | The function was successful. |
| < 1 | An error occurred. Refer to Return Codes. |
Support for SVG is only available in the Document and Medical Imaging toolkits.
To get the version of the SVG document, use L_SvgGetDocumentVersion.
For more information about flat SVG documents and bounds and resolution, refer to SVG Size, Bounds and Flat.
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. |
Win32, x64, Linux.
| Functions: | L_SvgGetDocumentVersion, L_SvgFlatDocument, L_SvgSetFlatDocument, L_SvgCreateDocument, L_LoadSvg, L_SvgLoadDocument, L_SvgFreeNode |
| Topics: | Working with SVG |
| SVG Size, Bounds and Flat |
For an example, refer to L_SvgGetDocumentVersion.