Encoding Property
Summary
Gets or sets the text encoding to use when saving the SVG document.
Syntax
C#
VB
Objective-C
C++
Java
@property (nonatomic, assign) LTSvgEncoding encoding
public SvgEncoding getEncoding()
public void setEncoding(SvgEncoding encoding)
Property Value
The text encoding to use when saving the SVG document. The default value is SvgEncoding.UTF8.