OnConversionCompleted

IConversionByPageHandlerCompleted.OnConversionCompleted method

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

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

Return Value

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

See Also