←Select platform

Format Property

Summary
Gets or sets the SVG format to use when saving the SVG document.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public SvgFormat Format { get; set; } 
@property (nonatomic, assign) LTSvgFormat format; 
public SvgFormat getFormat() 
public void setFormat(SvgFormat format) 
public: 
property SvgFormat Format { 
   SvgFormat get(); 
   void set (    SvgFormat ); 
} 
Format # get and set (SvgSaveOptions) 

Property Value

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

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