Converter.ConvertMHTML

inhoud
[ ]

ConvertMHTML(Stream, XpsSaveOptions, string)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

public static void ConvertMHTML(Stream stream, XpsSaveOptions options, string outputPath)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(string, XpsSaveOptions, string)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

public static void ConvertMHTML(string sourcePath, XpsSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Url, XpsSaveOptions, string)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Stream, Configuration, XpsSaveOptions, string)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
configurationConfigurationDe omgevingsconfiguratie.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(string, Configuration, XpsSaveOptions, string)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Url, Configuration, XpsSaveOptions, string)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsXpsSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Stream, XpsSaveOptions, ICreateStreamProvider)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

public static void ConvertMHTML(Stream stream, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
optionsXpsSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(string, XpsSaveOptions, ICreateStreamProvider)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

public static void ConvertMHTML(string sourcePath, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. 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


ConvertMHTML(Url, XpsSaveOptions, ICreateStreamProvider)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
optionsXpsSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(Stream, Configuration, XpsSaveOptions, ICreateStreamProvider)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
configurationConfigurationDe omgevingsconfiguratie.
optionsXpsSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(string, Configuration, XpsSaveOptions, ICreateStreamProvider)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. 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


ConvertMHTML(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)

Converteer mhtml-broncode naar xps. Resultaat is xps-bestand.

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

Zie ook


ConvertMHTML(Stream, DocSaveOptions, string)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

public static void ConvertMHTML(Stream stream, DocSaveOptions options, string outputPath)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(string, DocSaveOptions, string)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

public static void ConvertMHTML(string sourcePath, DocSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Url, DocSaveOptions, string)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Stream, Configuration, DocSaveOptions, string)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
configurationConfigurationDe omgevingsconfiguratie.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(string, Configuration, DocSaveOptions, string)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    DocSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Url, Configuration, DocSaveOptions, string)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, DocSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsDocSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Stream, DocSaveOptions, ICreateStreamProvider)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

public static void ConvertMHTML(Stream stream, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
optionsDocSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(string, DocSaveOptions, ICreateStreamProvider)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

public static void ConvertMHTML(string sourcePath, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. 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


ConvertMHTML(Url, DocSaveOptions, ICreateStreamProvider)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
optionsDocSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(Stream, Configuration, DocSaveOptions, ICreateStreamProvider)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
configurationConfigurationDe omgevingsconfiguratie.
optionsDocSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(string, Configuration, DocSaveOptions, ICreateStreamProvider)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    DocSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. 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


ConvertMHTML(Url, Configuration, DocSaveOptions, ICreateStreamProvider)

Converteer MHTML-bron naar DOCX. Resultaat is docx-bestand.

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

Zie ook


ConvertMHTML(Stream, PdfSaveOptions, string)

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

public static void ConvertMHTML(Stream stream, PdfSaveOptions options, string outputPath)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(string, PdfSaveOptions, string)

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

public static void ConvertMHTML(string sourcePath, PdfSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Url, PdfSaveOptions, string)

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

public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Stream, Configuration, PdfSaveOptions, string)

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

public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
configurationConfigurationDe omgevingsconfiguratie.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(string, Configuration, PdfSaveOptions, string)

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

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Url, Configuration, PdfSaveOptions, string)

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

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options, 
    string outputPath)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsPdfSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Stream, PdfSaveOptions, ICreateStreamProvider)

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

public static void ConvertMHTML(Stream stream, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
optionsPdfSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(string, PdfSaveOptions, ICreateStreamProvider)

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

public static void ConvertMHTML(string sourcePath, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. 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


ConvertMHTML(Url, PdfSaveOptions, ICreateStreamProvider)

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

public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
optionsPdfSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(Stream, Configuration, PdfSaveOptions, ICreateStreamProvider)

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

public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
configurationConfigurationDe omgevingsconfiguratie.
optionsPdfSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(string, Configuration, PdfSaveOptions, ICreateStreamProvider)

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

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. 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


ConvertMHTML(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)

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

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

Zie ook


ConvertMHTML(Stream, ImageSaveOptions, string)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertMHTML(Stream stream, ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(string, ImageSaveOptions, string)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertMHTML(string sourcePath, ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Url, ImageSaveOptions, string)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Stream, Configuration, ImageSaveOptions, string)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertMHTML(Stream stream, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
configurationConfigurationDe omgevingsconfiguratie.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(string, Configuration, ImageSaveOptions, string)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen.
configurationConfigurationDe omgevingsconfiguratie.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Url, Configuration, ImageSaveOptions, string)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
configurationConfigurationDe omgevingsconfiguratie.
optionsImageSaveOptionsConversie opties.
outputPathStringUitvoer bestandspad.

Zie ook


ConvertMHTML(Stream, ImageSaveOptions, ICreateStreamProvider)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertMHTML(Stream stream, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
optionsImageSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(string, ImageSaveOptions, ICreateStreamProvider)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertMHTML(string sourcePath, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. 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


ConvertMHTML(Url, ImageSaveOptions, ICreateStreamProvider)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourceUrlUrlDe bron-URL.
optionsImageSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(Stream, Configuration, ImageSaveOptions, ICreateStreamProvider)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertMHTML(Stream stream, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
streamStreamBronstroom van conversie.
configurationConfigurationDe omgevingsconfiguratie.
optionsImageSaveOptionsConversie opties.
providerICreateStreamProviderImplementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen.

Zie ook


ConvertMHTML(string, Configuration, ImageSaveOptions, ICreateStreamProvider)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeBeschrijving
sourcePathStringPad naar MHTML-bronbestand. 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


ConvertMHTML(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)

Converteer mhtml-bron naar afbeelding. Resultaat is afbeeldingsbestand.

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

Zie ook