OnConversionCompleted

IConversionHandlerCompleted.OnConversionCompleted method

Registers a callback to be invoked when a document conversion completes successfully.

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

Return Value

Interface to continue conversion building, allowing only Convert/Compress.

See Also