WithOptions
WithOptions(LoadOptions)
Laadopties instellen
public IConversionSourceDocumentLoaded WithOptions(LoadOptions loadOptions)
Parameter | Type | Beschrijving |
---|---|---|
loadOptions | LoadOptions | Laad opties |
Zie ook
- interface IConversionSourceDocumentLoaded
- class LoadOptions
- interface IConversionLoadOptions
- naamruimte GroupDocs.Conversion.Fluent
- montage GroupDocs.Conversion
WithOptions(Func<LoadOptions>)
Laadopties instellen
public IConversionSourceDocumentLoaded WithOptions(Func<LoadOptions> loadOptionsProvider)
Parameter | Type | Beschrijving |
---|---|---|
loadOptionsProvider | Func`1 | Laad opties provider |
Zie ook
- interface IConversionSourceDocumentLoaded
- class LoadOptions
- interface IConversionLoadOptions
- naamruimte GroupDocs.Conversion.Fluent
- montage GroupDocs.Conversion
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
- interface IConversionSourceDocumentLoaded
- class FileType
- class LoadOptions
- interface IConversionLoadOptions
- naamruimte GroupDocs.Conversion.Fluent
- montage GroupDocs.Conversion