OnConversionCompleted

IConversionHandlersStage.OnConversionCompleted method

Registers a callback to be invoked when a document conversion completes successfully. Re-invoking replaces any previously set handler.

public IConversionHandlersStage OnConversionCompleted(Action<ConvertedContext> onCompleted)
Parameter Type Description
onCompleted Action`1 An action to handle the completion, receiving the conversion context.

Return Value

This stage, so additional handlers or Convert / Compress may be chained.

See Also