| ConverterConvertSVG Method (String, XpsSaveOptions, String) |
Convert svg source to xps. Result is xps file.
Namespace: Aspose.Html.ConvertersAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic static void ConvertSVG(
string sourcePath,
XpsSaveOptions options,
string outputPath
)
Public Shared Sub ConvertSVG (
sourcePath As String,
options As XpsSaveOptions,
outputPath As String
)
public:
static void ConvertSVG(
String^ sourcePath,
XpsSaveOptions^ options,
String^ outputPath
)
static member ConvertSVG :
sourcePath : string *
options : XpsSaveOptions *
outputPath : string -> unit
Parameters
- sourcePath
- Type: SystemString
Svg file source path. - options
- Type: Aspose.Html.SavingXpsSaveOptions
Conversion options. - outputPath
- Type: SystemString
Output file path.
See Also