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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS SVG C API Help