WithOptions

WithOptions(ConvertOptions)

Konvertierungsoptionen festlegen

public IConversionCompletedOrConvert WithOptions(ConvertOptions convertOptions)
Parameter Typ Beschreibung
convertOptions ConvertOptions Konvertieren Sie Optionen

Rückgabewert

Schnittstelle zum Fortsetzen des Umbaus

Siehe auch


WithOptions(Func<string, FileType, ConvertOptions>)

Konvertierungsoptionen festlegen

public IConversionCompletedOrConvert WithOptions(
    Func<string, FileType, ConvertOptions> convertOptionsProvider)
Parameter Beschreibung
convertOptionsProvider Optionsanbieter konvertieren
convertOptionsProvider arg2arg2 Der Typ der Quelldatei

Rückgabewert

Schnittstelle zum Fortsetzen des Umbaus

Siehe auch