←Select platform

SvgVersion Enumeration

Summary

SVG document version

Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum SvgVersion  
typedef NS_ENUM(NSInteger, LTSvgVersion) { 
 LTSvgVersionUnspecified,  
 LTSvgVersionV10,  
 LTSvgVersionV11,  
}; 
public enum SvgVersion 
public enum class SvgVersion  
class SvgVersion(Enum): 
   Unspecified = 0 
   v10 = 1 
   v11 = 2 
Members
ValueMemberDescription
0Unspecified Version is not found in the document
1v10 Version 1.0
2v11 Version 1.1
Remarks

For more information, refer to SVG Reference.

Requirements

Target Platforms

See Also

Reference

Leadtools.Svg Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.