←Select platform

SvgEncoding Enumeration

Summary
Encoding to use when saving SVG documents
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum SvgEncoding  
typedef NS_ENUM(NSInteger, LTSvgEncoding) { 
 LTSvgEncodingUTF8,  
 LTSvgEncodingUTF16 
}; 
public enum SvgEncoding 
public enum class SvgEncoding  
class SvgEncoding(Enum): 
   UTF8 = 0 
   UTF16 = 1 
Members
ValueMemberDescription
0UTF8 UTF8 encoding (default)
1UTF16 UTF16 encoding
Remarks

Value for SvgSaveOptions.Encoding.

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.