Click or drag to resize
ConverterConvertSVG Method (String, String, ImageSaveOptions, ICreateStreamProvider)
Convert svg source to image. Result is image file.

Namespace: Aspose.Html.Converters
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public static void ConvertSVG(
	string content,
	string baseUri,
	ImageSaveOptions options,
	ICreateStreamProvider provider
)

Parameters

content
Type: SystemString
Inline string svg content.
baseUri
Type: SystemString
The base URI of the document.
options
Type: Aspose.Html.SavingImageSaveOptions
Conversion options.
provider
Type: Aspose.Html.IOICreateStreamProvider
Implementation of the ICreateStreamProvider interface, which will be used to get an output stream.
See Also