IConversionHandlerOnly

IConversionHandlerOnly interface

Fluent interface for setting only conversion handlers.

public interface IConversionHandlerOnly

Methods

Name Description
OnConversionCompleted(Action<ConvertedContext>) Registers a callback to be invoked when a document conversion completes successfully.
OnConversionFailed(Action<ConvertedContext, Exception>) Registers a callback to be invoked when a document conversion fails.

See Also