WithOptions
Contents
[
Hide
]
WithOptions(LoadOptions)
Set load options
public IConversionSourceDocumentLoaded WithOptions(LoadOptions loadOptions)
Parameter | Type | Description |
---|---|---|
loadOptions | LoadOptions | Load options |
See Also
- interface IConversionSourceDocumentLoaded
- class LoadOptions
- interface IConversionLoadOptions
- namespace GroupDocs.Conversion.Fluent
- assembly GroupDocs.Conversion
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
- interface IConversionSourceDocumentLoaded
- class LoadOptions
- interface IConversionLoadOptions
- namespace GroupDocs.Conversion.Fluent
- assembly GroupDocs.Conversion
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
- interface IConversionSourceDocumentLoaded
- class LoadContext
- class LoadOptions
- interface IConversionLoadOptions
- namespace GroupDocs.Conversion.Fluent
- assembly GroupDocs.Conversion