L_SvgVersion

enum L_SvgVersion 
{ 
   L_SvgVersion_Unspecified, 
   L_SvgVersion_1_0, 
   L_SvgVersion_1_1, 
}; 
typedef enum L_SvgVersion L_SvgVersion; 

This data type is used to get or set the version of an SVG document.

Value

Meaning

L_SvgVersion_Unspecified Version is not found in the document.
L_SvgVersion_1_0 Version 1.0
L_SvgVersion_1_1 Version 1.1

The SVG document version

For more information, refer to https://www.w3schools.com/graphics/svg_reference.asp

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