←Select platform

Encoding Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
public SvgEncoding Encoding { get; set; } 
Public Property Encoding As Leadtools.Svg.SvgEncoding 
@property (nonatomic, assign) LTSvgEncoding encoding 
public SvgEncoding getEncoding() 
public void setEncoding(SvgEncoding encoding) 
             
public: 
property Leadtools.Svg.SvgEncoding Encoding { 
   Leadtools.Svg.SvgEncoding get(); 
   void set (    Leadtools.Svg.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly