OnConversionCompleted

IConversionHandlerSetup.OnConversionCompleted method

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

public IConversionHandlerFailed 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 OnConversionFailed or Convert/Compress.

See Also