SVGDocumentSave Method (Url) |
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.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic void Save(
Url url
)
Public Sub Save (
url As Url
)
public:
void Save(
Url^ url
)
member Save :
url : Url -> unit
Parameters
- url
- Type: Aspose.HtmlUrl
Local URL to output file.
ExceptionsException | Condition |
---|
ArgumentException | Raised if the specified url is not a valid local file URL. |
See Also