Converter.ConvertSVG

inhoud
[ ]

ConvertSVG(SVGDocument, DocSaveOptions, string)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(SVGDocument source, DocSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourceSVGDocumentConversie bron.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(Url, DocSaveOptions, string)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(Url url, DocSaveOptions options, string outputPath)
ParameterTypeBeschrijving
urlUrlBrondocument-URL.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(Url, Configuration, DocSaveOptions, string)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(Url url, Configuration configuration, DocSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
urlUrlBrondocument-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, DocSaveOptions, string)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(string sourcePath, DocSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, Configuration, DocSaveOptions, string)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    DocSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, string, DocSaveOptions, string)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(string content, string baseUri, DocSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, string, Configuration, DocSaveOptions, string)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    DocSaveOptions options, string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(SVGDocument, DocSaveOptions, ICreateStreamProvider)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(SVGDocument document, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
documentSVGDocumentConversie bron.
optionsDocSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(Url, DocSaveOptions, ICreateStreamProvider)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(Url url, DocSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
urlUrlDe document-URL.
optionsDocSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(Url, Configuration, DocSaveOptions, ICreateStreamProvider)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(Url url, Configuration configuration, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
urlUrlDe document-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsDocSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, DocSaveOptions, ICreateStreamProvider)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(string sourcePath, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsDocSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, Configuration, DocSaveOptions, ICreateStreamProvider)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    DocSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsDocSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, string, DocSaveOptions, ICreateStreamProvider)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(string content, string baseUri, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsDocSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, string, Configuration, DocSaveOptions, ICreateStreamProvider)

Converteer SVG-document naar DOCX. Resultaat is docx-bestand.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    DocSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsDocSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(SVGDocument, PdfSaveOptions, string)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(SVGDocument source, PdfSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourceSVGDocumentConversie bron.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(Url, PdfSaveOptions, string)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(Url url, PdfSaveOptions options, string outputPath)
ParameterTypeBeschrijving
urlUrlDe document-URL.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(Url, Configuration, PdfSaveOptions, string)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
urlUrlDe document-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, PdfSaveOptions, string)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(string sourcePath, PdfSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, Configuration, PdfSaveOptions, string)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, string, PdfSaveOptions, string)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


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

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    PdfSaveOptions options, string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(SVGDocument, PdfSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(SVGDocument document, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
documentSVGDocumentConversie bron.
optionsPdfSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(Url, PdfSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(Url url, PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
urlUrlDe document-URL.
optionsPdfSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
urlUrlDe document-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsPdfSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, PdfSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(string sourcePath, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsPdfSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, Configuration, PdfSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsPdfSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, string, PdfSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInhoud brondocument.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsPdfSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


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

Converteer svg-bron naar pdf. Resultaat is pdf-bestand.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsPdfSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(SVGDocument, ImageSaveOptions, string)

Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(SVGDocument source, ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourceSVGDocumentConversie bron.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(Url, ImageSaveOptions, string)

Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(Url url, ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
urlUrlDe document-URL.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(Url, Configuration, ImageSaveOptions, string)

Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
urlUrlDe document-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, ImageSaveOptions, string)

Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(string sourcePath, ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, Configuration, ImageSaveOptions, string)

Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, string, ImageSaveOptions, string)

Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


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

Converteer svg-document naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(SVGDocument, ImageSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(SVGDocument document, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
documentSVGDocumentConversie bron.
optionsImageSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(Url, ImageSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(Url url, ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
urlUrlDe document-URL.
optionsImageSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
urlUrlDe document-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsImageSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, ImageSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(string sourcePath, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsImageSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, Configuration, ImageSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsImageSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, string, ImageSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsImageSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


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

Converteer svg-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsImageSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(SVGDocument, XpsSaveOptions, string)

Converteer svg-document naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(SVGDocument source, XpsSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourceSVGDocumentConversie bron.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(Url, XpsSaveOptions, string)

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(Url url, XpsSaveOptions options, string outputPath)
ParameterTypeBeschrijving
urlUrlBrondocument-URL.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(Url, Configuration, XpsSaveOptions, string)

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
urlUrlBrondocument-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, XpsSaveOptions, string)

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(string sourcePath, XpsSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, Configuration, XpsSaveOptions, string)

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(string, string, XpsSaveOptions, string)

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


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

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    XpsSaveOptions options, string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertSVG(SVGDocument, XpsSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(SVGDocument document, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
documentSVGDocumentConversie bron.
optionsXpsSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(Url, XpsSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(Url url, XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
urlUrlDe document-URL.
optionsXpsSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
urlUrlDe document-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsXpsSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, XpsSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(string sourcePath, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsXpsSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, Configuration, XpsSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringSvg-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsXpsSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertSVG(string, string, XpsSaveOptions, ICreateStreamProvider)

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsXpsSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


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

Converteer svg-bron naar xps. Resultaat is xps-bestand.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, 
    XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks svg-inhoud.
baseUriStringDe basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsXpsSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook