SVGDocumentSave Method (Url, SVGSaveFormat)
Saves the document to local file specified by url. 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(
	Url url,
	SVGSaveFormat saveFormat
)

Parameters

url
Type: Aspose.HtmlUrl
Local URL to output file.
saveFormat
Type: Aspose.Html.Dom.Svg.SavingSVGSaveFormat
Format in which document is saved.
Exceptions
ExceptionCondition
ArgumentExceptionRaised if the specified url is not a valid local file URL.
See Also