Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgDocument Class : SaveToFile Method |
public void SaveToFile( string fileName, SvgSaveOptions options )
'Declaration
Public Sub SaveToFile( _ ByVal fileName As String, _ ByVal options As SvgSaveOptions _ )
'Usage
Dim instance As SvgDocument Dim fileName As String Dim options As SvgSaveOptions instance.SaveToFile(fileName, options)
- (BOOL)saveToFile:(NSString *)file options:(nullable LTSvgSaveOptions *)options error:(NSError **)error
public void saveToFile(String fileName, SvgSaveOptions options)
public: void SaveToFile( String^ fileName, SvgSaveOptions^ options )
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.