C#
VB
Java
Objective-C
C++
Saves this SvgDocument to a disk file.
public void SaveToFile(string fileName,SvgSaveOptions options)
Public Sub SaveToFile( _ByVal fileName As String, _ByVal options As Leadtools.Svg.SvgSaveOptions _)
- (BOOL)saveToFile:(NSString *)fileoptions:(nullable LTSvgSaveOptions *)optionserror:(NSError **)error
public:void SaveToFile(String^ fileName,Leadtools.Svg.SvgSaveOptions^ options)
fileName
Output file name.
options
Save option. Can be null.
This method will save this SvgDocument to the output file as a standard SVG document. Use Version to control the SVG version used.
For an example, refer to SvgDocument.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
