Save
SvgImage.Save method
Saves this SVG image to the file
public override void Save(string fullPathToFile)
Parameter | Type | Description |
---|---|---|
fullPathToFile | String | Full path to the file, which will be created (if it doesn’t exist) or overwritten (if exists) with the content of this SVG image |
Exceptions
exception | condition |
---|---|
ArgumentException | Thrown when specified file path is invalid |
ObjectDisposedException | Thrown when this instance was already disposed |
See Also
- class SvgImage
- namespace GroupDocs.Editor.HtmlCss.Resources.Images.Vector
- assembly GroupDocs.Editor