←Select platform

Encoding Property

Summary

Gets or sets the text encoding to use when saving the SVG document.

Syntax
C#
VB
Objective-C
C++
Java
public SvgEncoding Encoding { get; set; } 
Public Property Encoding As SvgEncoding 
@property (nonatomic, assign) LTSvgEncoding encoding 
public SvgEncoding getEncoding() 
public void setEncoding(SvgEncoding encoding) 
public: 
property SvgEncoding Encoding { 
   SvgEncoding get(); 
   void set (    SvgEncoding ); 
} 

Property Value

The text encoding to use when saving the SVG document. The default value is SvgEncoding.UTF8.

Example

For an example, refer to SvgDocument.

Requirements

Target Platforms

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

Leadtools.Svg Assembly