Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

Encoding Property






Gets or sets the text encoding to use when saving the SVG document.
Syntax
public SvgEncoding Encoding {get; set;}
'Declaration
 
Public Property Encoding As SvgEncoding
'Usage
 
Dim instance As SvgSaveOptions
Dim value As SvgEncoding
 
instance.Encoding = value
 
value = instance.Encoding
@property (nonatomic, assign) LTSvgEncoding encoding
public SvgEncoding getEncoding()
public void setEncoding(SvgEncoding encoding)
            
public:
property SvgEncoding Encoding {
   SvgEncoding get();
   void set (    SvgEncoding value);
}

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

See Also

Reference

SvgSaveOptions Class
SvgSaveOptions Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features