Converter.ConvertHTML

inhoud
[ ]

ConvertHTML(HTMLDocument, DocSaveOptions, string)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

public static void ConvertHTML(HTMLDocument document, DocSaveOptions options, string outputPath)
ParameterTypeBeschrijving
documentHTMLDocumentConversie bronHTMLDocument.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertHTML(Url, DocSaveOptions, string)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

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

Zie ook


ConvertHTML(Url, Configuration, DocSaveOptions, string)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

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

Zie ook


ConvertHTML(string, DocSaveOptions, string)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

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

Zie ook


ConvertHTML(string, Configuration, DocSaveOptions, string)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

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

Zie ook


ConvertHTML(string, string, DocSaveOptions, string)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

public static void ConvertHTML(string content, string baseUri, DocSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks HTML-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


ConvertHTML(string, string, Configuration, DocSaveOptions, string)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    DocSaveOptions options, string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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


ConvertHTML(HTMLDocument, DocSaveOptions, ICreateStreamProvider)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

public static void ConvertHTML(HTMLDocument document, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
documentHTMLDocumentConversie bronHTMLDocument.
optionsDocSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertHTML(Url, DocSaveOptions, ICreateStreamProvider)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

public static void ConvertHTML(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


ConvertHTML(Url, Configuration, DocSaveOptions, ICreateStreamProvider)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

public static void ConvertHTML(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


ConvertHTML(string, DocSaveOptions, ICreateStreamProvider)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

public static void ConvertHTML(string sourcePath, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringBronpad HTML-bestand. 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


ConvertHTML(string, Configuration, DocSaveOptions, ICreateStreamProvider)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    DocSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringBronpad HTML-bestand. 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


ConvertHTML(string, string, DocSaveOptions, ICreateStreamProvider)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

public static void ConvertHTML(string content, string baseUri, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks HTML-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


ConvertHTML(string, string, Configuration, DocSaveOptions, ICreateStreamProvider)

Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    DocSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks HTML-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


ConvertHTML(HTMLDocument, PdfSaveOptions, string)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options, string outputPath)
ParameterTypeBeschrijving
documentHTMLDocumentConversie bronHTMLDocument.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertHTML(Url, PdfSaveOptions, string)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

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

Zie ook


ConvertHTML(Url, Configuration, PdfSaveOptions, string)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

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

Zie ook


ConvertHTML(string, PdfSaveOptions, string)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

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

Zie ook


ConvertHTML(string, Configuration, PdfSaveOptions, string)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

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

Zie ook


ConvertHTML(string, string, PdfSaveOptions, string)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

public static void ConvertHTML(string content, string baseUri, PdfSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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


ConvertHTML(string, string, Configuration, PdfSaveOptions, string)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    PdfSaveOptions options, string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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


ConvertHTML(HTMLDocument, PdfSaveOptions, ICreateStreamProvider)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
documentHTMLDocumentConversie bronHTMLDocument.
optionsPdfSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertHTML(Url, PdfSaveOptions, ICreateStreamProvider)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

public static void ConvertHTML(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


ConvertHTML(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

public static void ConvertHTML(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


ConvertHTML(string, PdfSaveOptions, ICreateStreamProvider)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

public static void ConvertHTML(string sourcePath, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringHtml-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


ConvertHTML(string, Configuration, PdfSaveOptions, ICreateStreamProvider)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringHtml-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


ConvertHTML(string, string, PdfSaveOptions, ICreateStreamProvider)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

public static void ConvertHTML(string content, string baseUri, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-inhoud.
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


ConvertHTML(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider)

HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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


ConvertHTML(HTMLDocument, MHTMLSaveOptions, string)

Converteer html-document naar mhtml. Resultaat is mhtml-bestand.

public static void ConvertHTML(HTMLDocument document, MHTMLSaveOptions options, string outputPath)
ParameterTypeBeschrijving
documentHTMLDocumentConversie bron.
optionsMHTMLSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertHTML(Url, MHTMLSaveOptions, string)

Converteer html-document naar mhtml. Resultaat is mhtml-bestand.

public static void ConvertHTML(Url url, MHTMLSaveOptions options, string outputPath)
ParameterTypeBeschrijving
urlUrlDe document-URL.
optionsMHTMLSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertHTML(Url, Configuration, MHTMLSaveOptions, string)

Converteer html-document naar mhtml. Resultaat is mhtml-bestand.

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

Zie ook


ConvertHTML(string, MHTMLSaveOptions, string)

Converteer html-document naar mhtml. Resultaat is mhtml-bestand.

public static void ConvertHTML(string sourcePath, MHTMLSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringHtml-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsMHTMLSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertHTML(string, Configuration, MHTMLSaveOptions, string)

Converteer html-document naar mhtml. Resultaat is mhtml-bestand.

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

Zie ook


ConvertHTML(string, string, MHTMLSaveOptions, string)

Converteer html-document naar mhtml. Resultaat is mhtml-bestand.

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

Zie ook


ConvertHTML(string, string, Configuration, MHTMLSaveOptions, string)

Converteer html-document naar mhtml. Resultaat is mhtml-bestand.

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

Zie ook


ConvertHTML(HTMLDocument, MarkdownSaveOptions, string)

Converteer html-document naar markdown. Resultaat is md-bestand.

public static void ConvertHTML(HTMLDocument document, MarkdownSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
documentHTMLDocumentConversie bron.
optionsMarkdownSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertHTML(Url, MarkdownSaveOptions, string)

HTML-broncode converteren naar markdown. Resultaat is md-bestand.

public static void ConvertHTML(Url url, MarkdownSaveOptions options, string outputPath)
ParameterTypeBeschrijving
urlUrlDe document-URL.
optionsMarkdownSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertHTML(Url, Configuration, MarkdownSaveOptions, string)

HTML-broncode converteren naar markdown. Resultaat is md-bestand.

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

Zie ook


ConvertHTML(string, MarkdownSaveOptions, string)

HTML-broncode converteren naar markdown. Resultaat is md-bestand.

public static void ConvertHTML(string sourcePath, MarkdownSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringHtml-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsMarkdownSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertHTML(string, Configuration, MarkdownSaveOptions, string)

HTML-broncode converteren naar markdown. Resultaat is md-bestand.

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

Zie ook


ConvertHTML(string, string, MarkdownSaveOptions, string)

HTML-broncode converteren naar markdown. Resultaat is md-bestand.

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

Zie ook


ConvertHTML(string, string, Configuration, MarkdownSaveOptions, string)

HTML-broncode converteren naar markdown. Resultaat is md-bestand.

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

Zie ook


ConvertHTML(HTMLDocument, XpsSaveOptions, string)

HTML-document converteren naar xps. Resultaat is xps-bestand.

public static void ConvertHTML(HTMLDocument document, XpsSaveOptions options, string outputPath)
ParameterTypeBeschrijving
documentHTMLDocumentConversie bron.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertHTML(Url, XpsSaveOptions, string)

HTML-document converteren naar xps. Resultaat is xps-bestand.

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

Zie ook


ConvertHTML(Url, Configuration, XpsSaveOptions, string)

HTML-document converteren naar xps. Resultaat is xps-bestand.

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

Zie ook


ConvertHTML(string, XpsSaveOptions, string)

HTML-document converteren naar xps. Resultaat is xps-bestand.

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

Zie ook


ConvertHTML(string, Configuration, XpsSaveOptions, string)

HTML-document converteren naar xps. Resultaat is xps-bestand.

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

Zie ook


ConvertHTML(string, string, XpsSaveOptions, string)

HTML-document converteren naar xps. Resultaat is xps-bestand.

public static void ConvertHTML(string content, string baseUri, XpsSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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


ConvertHTML(string, string, Configuration, XpsSaveOptions, string)

HTML-document converteren naar xps. Resultaat is xps-bestand.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    XpsSaveOptions options, string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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


ConvertHTML(HTMLDocument, XpsSaveOptions, ICreateStreamProvider)

HTML-broncode converteren naar xps. Resultaat is xps-bestand.

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

Zie ook


ConvertHTML(Url, XpsSaveOptions, ICreateStreamProvider)

HTML-broncode converteren naar xps. Resultaat is xps-bestand.

public static void ConvertHTML(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


ConvertHTML(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)

HTML-broncode converteren naar xps. Resultaat is xps-bestand.

public static void ConvertHTML(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


ConvertHTML(string, XpsSaveOptions, ICreateStreamProvider)

HTML-broncode converteren naar xps. Resultaat is xps-bestand.

public static void ConvertHTML(string sourcePath, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringHtml-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


ConvertHTML(string, Configuration, XpsSaveOptions, ICreateStreamProvider)

HTML-broncode converteren naar xps. Resultaat is xps-bestand.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringHtml-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


ConvertHTML(string, string, XpsSaveOptions, ICreateStreamProvider)

HTML-broncode converteren naar xps. Resultaat is xps-bestand.

public static void ConvertHTML(string content, string baseUri, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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


ConvertHTML(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider)

HTML-broncode converteren naar xps. Resultaat is xps-bestand.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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


ConvertHTML(HTMLDocument, ImageSaveOptions, string)

HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.

public static void ConvertHTML(HTMLDocument document, ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
documentHTMLDocumentConversie bron.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertHTML(Url, ImageSaveOptions, string)

HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.

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

Zie ook


ConvertHTML(Url, Configuration, ImageSaveOptions, string)

HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.

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

Zie ook


ConvertHTML(string, ImageSaveOptions, string)

HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.

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

Zie ook


ConvertHTML(string, Configuration, ImageSaveOptions, string)

HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.

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

Zie ook


ConvertHTML(string, string, ImageSaveOptions, string)

HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.

public static void ConvertHTML(string content, string baseUri, ImageSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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


ConvertHTML(string, string, Configuration, ImageSaveOptions, string)

HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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


ConvertHTML(HTMLDocument, ImageSaveOptions, ICreateStreamProvider)

Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.

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

Zie ook


ConvertHTML(Url, ImageSaveOptions, ICreateStreamProvider)

Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertHTML(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


ConvertHTML(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)

Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertHTML(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


ConvertHTML(string, ImageSaveOptions, ICreateStreamProvider)

Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertHTML(string sourcePath, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringHtml-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


ConvertHTML(string, Configuration, ImageSaveOptions, ICreateStreamProvider)

Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringHtml-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


ConvertHTML(string, string, ImageSaveOptions, ICreateStreamProvider)

Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertHTML(string content, string baseUri, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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


ConvertHTML(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider)

Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
contentStringInline tekenreeks html-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