WithOptions

WithOptions(LoadOptions)

Définir les options de chargement

public IConversionSourceDocumentLoaded WithOptions(LoadOptions loadOptions)
Paramètre Taper La description
loadOptions LoadOptions Options de chargement

Voir également


WithOptions(Func<LoadOptions>)

Définir les options de chargement

public IConversionSourceDocumentLoaded WithOptions(Func<LoadOptions> loadOptionsProvider)
Paramètre Taper La description
loadOptionsProvider Func`1 Fournisseur d’options de chargement

Voir également


WithOptions(Func<FileType, LoadOptions>)

Définir les options de chargement pour le type de fichier spécifié

public IConversionSourceDocumentLoaded WithOptions(Func<FileType, LoadOptions> loadOptionsProvider)
Paramètre Taper La description
loadOptionsProvider Func`2 Fournisseur d’options de chargement Le type de fichier chargé

Voir également