1. GroupDocs.Conversion
  2. /
  3. GroupDocs.Conversion for .NET
  4. /
  5. GroupDocs.Conversion.Fluent
  6. /
  7. IConversionSettings

IConversionSettings

IConversionSettings interface

Setup conversion settings or events at the entry stage (before Load).

public interface IConversionSettings

Methods

Name Description
WithEvents(Action<ConversionEvents>) Register conversion lifecycle event handlers on a ConversionEvents bag that lives for the converter’s lifetime and fires on every conversion run. Sits at the same entry stage as WithSettings. Multiple calls accumulate: the same internal bag is passed to each configure action, so handlers set in earlier calls survive unless overwritten by a later one.
WithSettings(Func<ConverterSettings>) Set converter settings

See Also