WithOptions

WithOptions(LoadOptions)

Set load options

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

See Also


WithOptions(Func<LoadOptions>)

Provide load options for the document currently being loading

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

See Also


WithOptions(Func<LoadContext, LoadOptions>)

Provide load options for the document currently being loading

public IConversionSourceDocumentLoaded WithOptions(
    Func<LoadContext, LoadOptions> loadOptionsProvider)
Parameter Type Description
loadOptionsProvider Func`2 Load options provider The load options context

See Also