←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.