L_SvgVersion

Summary

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

Syntax

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

Members

L_SvgVersion_Unspecified

Version is not found in the document.

L_SvgVersion_1_0

Version 1.0.

L_SvgVersion_1_1

Version 1.1.

Comments

The SVG document version.

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

Usage

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.