SVGDocumentSave Method (String, SVGSaveOptions)
Saves the document to local file specified by path. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files".

Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public void Save(
	string path,
	SVGSaveOptions saveOptions
)

Parameters

path
Type: SystemString
Local path to output file.
saveOptions
Type: Aspose.Html.Dom.Svg.SavingSVGSaveOptions
SVG save options.
Exceptions
ExceptionCondition
ArgumentExceptionRaised if the specified path is not a valid local file path.
See Also