SVGDocumentSave Method (String, SVGSaveFormat) |
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.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic void Save(
string path,
SVGSaveFormat saveFormat
)
Public Sub Save (
path As String,
saveFormat As SVGSaveFormat
)
public:
void Save(
String^ path,
SVGSaveFormat saveFormat
)
member Save :
path : string *
saveFormat : SVGSaveFormat -> unit
Parameters
- path
- Type: SystemString
Local path to output file. - saveFormat
- Type: Aspose.Html.Dom.Svg.SavingSVGSaveFormat
Format in which document is saved.
ExceptionsException | Condition |
---|
ArgumentException | Raised if the specified path is not a valid local file path. |
See Also