WithOptions
WithOptions(LoadOptions)
Ladeoptionen festlegen
public IConversionSourceDocumentLoaded WithOptions(LoadOptions loadOptions)
Parameter | Typ | Beschreibung |
---|---|---|
loadOptions | LoadOptions | Optionen laden |
Siehe auch
- interface IConversionSourceDocumentLoaded
- class LoadOptions
- interface IConversionLoadOptions
- namensraum GroupDocs.Conversion.Fluent
- Montage GroupDocs.Conversion
WithOptions(Func<LoadOptions>)
Ladeoptionen festlegen
public IConversionSourceDocumentLoaded WithOptions(Func<LoadOptions> loadOptionsProvider)
Parameter | Typ | Beschreibung |
---|---|---|
loadOptionsProvider | Func`1 | Optionsanbieter laden |
Siehe auch
- interface IConversionSourceDocumentLoaded
- class LoadOptions
- interface IConversionLoadOptions
- namensraum GroupDocs.Conversion.Fluent
- Montage GroupDocs.Conversion
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
- interface IConversionSourceDocumentLoaded
- class FileType
- class LoadOptions
- interface IConversionLoadOptions
- namensraum GroupDocs.Conversion.Fluent
- Montage GroupDocs.Conversion