Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

SaveToFile Method






Output file name.
Save option. Can be null.
Saves this SvgDocument to a disk file.
Syntax
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
) 

Parameters

fileName
Output file name.
options
Save option. Can be null.
Remarks

This method will save this SvgDocument to the output file as a standard SVG document. Use Version to control the SVG version used.

Example

For an example, refer to SvgDocument.

Requirements

Target Platforms

See Also

Reference

SvgDocument Class
SvgDocument Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features