WithOptions

WithOptions(LoadOptions)

Set load options

public IConversionSourceDocumentLoaded WithOptions(LoadOptions loadOptions)
Parameter Type Description
loadOptions LoadOptions Load options

See Also


WithOptions(Func<LoadOptions>)

Set load options

public IConversionSourceDocumentLoaded WithOptions(Func<LoadOptions> loadOptionsProvider)
Parameter Type Description
loadOptionsProvider Func`1 Load options provider

See Also


WithOptions(Func<FileType, LoadOptions>)

Set load options for specified file type

public IConversionSourceDocumentLoaded WithOptions(Func<FileType, LoadOptions> loadOptionsProvider)
Parameter Type Description
loadOptionsProvider Func`2 Load options provider The type of the loaded file

See Also