Converter.ConvertSVG

Contents
[ ]

ConvertSVG(SVGDocument, XpsSaveOptions, string)

Convert svg document to xps.Result is xps file.

public static void ConvertSVG(SVGDocument source, XpsSaveOptions options, string outputPath)
ParameterTypeDescription
sourceSVGDocumentConversion source.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(Url, XpsSaveOptions, string)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(Url url, XpsSaveOptions options, string outputPath)
ParameterTypeDescription
urlUrlSource document URL.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(Url, Configuration, XpsSaveOptions, string)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options, 
    string outputPath)
ParameterTypeDescription
urlUrlSource document URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, XpsSaveOptions, string)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(string sourcePath, XpsSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, Configuration, XpsSaveOptions, string)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, string, XpsSaveOptions, string)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options, 
    string outputPath)
ParameterTypeDescription
contentStringInline string svg content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, string, Configuration, XpsSaveOptions, string)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    XpsSaveOptions options, string outputPath)
ParameterTypeDescription
contentStringInline string svg content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(SVGDocument, XpsSaveOptions, ICreateStreamProvider)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(SVGDocument document, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
documentSVGDocumentConversion source.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(Url, XpsSaveOptions, ICreateStreamProvider)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(Url url, XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, XpsSaveOptions, ICreateStreamProvider)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(string sourcePath, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, Configuration, XpsSaveOptions, ICreateStreamProvider)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, string, XpsSaveOptions, ICreateStreamProvider)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string svg content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider)

Convert svg source to xps. Result is xps file.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string svg content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(SVGDocument, PdfSaveOptions, string)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(SVGDocument source, PdfSaveOptions options, string outputPath)
ParameterTypeDescription
sourceSVGDocumentConversion source.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(Url, PdfSaveOptions, string)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(Url url, PdfSaveOptions options, string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(Url, Configuration, PdfSaveOptions, string)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options, 
    string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, PdfSaveOptions, string)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(string sourcePath, PdfSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, Configuration, PdfSaveOptions, string)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, string, PdfSaveOptions, string)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options, 
    string outputPath)
ParameterTypeDescription
contentStringInline string svg content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, string, Configuration, PdfSaveOptions, string)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    PdfSaveOptions options, string outputPath)
ParameterTypeDescription
contentStringInline string svg content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(SVGDocument, PdfSaveOptions, ICreateStreamProvider)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(SVGDocument document, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
documentSVGDocumentConversion source.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(Url, PdfSaveOptions, ICreateStreamProvider)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(Url url, PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, PdfSaveOptions, ICreateStreamProvider)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(string sourcePath, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, Configuration, PdfSaveOptions, ICreateStreamProvider)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, string, PdfSaveOptions, ICreateStreamProvider)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
contentStringSource document content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider)

Convert svg source to pdf. Result is pdf file.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string svg content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(SVGDocument, ImageSaveOptions, string)

Convert svg document to image. Result is image file.

public static void ConvertSVG(SVGDocument source, ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourceSVGDocumentConversion source.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(Url, ImageSaveOptions, string)

Convert svg document to image. Result is image file.

public static void ConvertSVG(Url url, ImageSaveOptions options, string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(Url, Configuration, ImageSaveOptions, string)

Convert svg document to image. Result is image file.

public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options, 
    string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, ImageSaveOptions, string)

Convert svg document to image. Result is image file.

public static void ConvertSVG(string sourcePath, ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, Configuration, ImageSaveOptions, string)

Convert svg document to image. Result is image file.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, string, ImageSaveOptions, string)

Convert svg document to image. Result is image file.

public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options, 
    string outputPath)
ParameterTypeDescription
contentStringInline string svg content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(string, string, Configuration, ImageSaveOptions, string)

Convert svg document to image. Result is image file.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeDescription
contentStringInline string svg content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertSVG(SVGDocument, ImageSaveOptions, ICreateStreamProvider)

Convert svg source to image. Result is image file.

public static void ConvertSVG(SVGDocument document, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
documentSVGDocumentConversion source.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(Url, ImageSaveOptions, ICreateStreamProvider)

Convert svg source to image. Result is image file.

public static void ConvertSVG(Url url, ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)

Convert svg source to image. Result is image file.

public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, ImageSaveOptions, ICreateStreamProvider)

Convert svg source to image. Result is image file.

public static void ConvertSVG(string sourcePath, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, Configuration, ImageSaveOptions, ICreateStreamProvider)

Convert svg source to image. Result is image file.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringSvg file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, string, ImageSaveOptions, ICreateStreamProvider)

Convert svg source to image. Result is image file.

public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string svg content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertSVG(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider)

Convert svg source to image. Result is image file.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string svg content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also