WithOptions

WithOptions(LoadOptions)

Ladeoptionen festlegen

public IConversionSourceDocumentLoaded WithOptions(LoadOptions loadOptions)
Parameter Typ Beschreibung
loadOptions LoadOptions Optionen laden

Siehe auch


WithOptions(Func<LoadOptions>)

Ladeoptionen festlegen

public IConversionSourceDocumentLoaded WithOptions(Func<LoadOptions> loadOptionsProvider)
Parameter Typ Beschreibung
loadOptionsProvider Func`1 Optionsanbieter laden

Siehe auch


WithOptions(Func<FileType, LoadOptions>)

Ladeoptionen für angegebenen Dateityp festlegen

public IConversionSourceDocumentLoaded WithOptions(Func<FileType, LoadOptions> loadOptionsProvider)
Parameter Typ Beschreibung
loadOptionsProvider Func`2 Optionen laden provider Der Typ der geladenen Datei

Siehe auch