←Select platform

Format Property

Summary

Gets or sets the SVG format to use when saving the SVG document.

Syntax
C#
VB
Objective-C
C++
Java
public SvgFormat Format { get; set; } 
Public Property Format As SvgFormat 
@property (nonatomic, assign) LTSvgFormat format 
public SvgFormat getFormat() 
public void setFormat(SvgFormat format) 
public: 
property SvgFormat Format { 
   SvgFormat get(); 
   void set (    SvgFormat ); 
} 

Property Value

The format to use when saving the SVG document. The default value is SvgFormat.Svg.

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