Format Property
Summary
Gets or sets the SVG format to use when saving the SVG document.
Syntax
C#
VB
Objective-C
C++
Java
@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.