Format Property
Summary
Gets or sets the SVG format to use when saving the SVG document.
Syntax
C#
Objective-C
C++/CLI
Java
Python
@property (nonatomic, assign) LTSvgFormat format;
public SvgFormat getFormat()
public void setFormat(SvgFormat format)
Property Value
The format to use when saving the SVG document. The default value is SvgFormat.Svg.