WithOptions

WithOptions(LoadOptions)

Laadopties instellen

public IConversionSourceDocumentLoaded WithOptions(LoadOptions loadOptions)
Parameter Type Beschrijving
loadOptions LoadOptions Laad opties

Zie ook


WithOptions(Func<LoadOptions>)

Laadopties instellen

public IConversionSourceDocumentLoaded WithOptions(Func<LoadOptions> loadOptionsProvider)
Parameter Type Beschrijving
loadOptionsProvider Func`1 Laad opties provider

Zie ook


WithOptions(Func<FileType, LoadOptions>)

Laadopties instellen voor opgegeven bestandstype

public IConversionSourceDocumentLoaded WithOptions(Func<FileType, LoadOptions> loadOptionsProvider)
Parameter Type Beschrijving
loadOptionsProvider Func`2 Laad opties provider Het type van het geladen bestand

Zie ook