OnConversionCompleted

IConversionByPageCompleted.OnConversionCompleted method

Receive converted page stream. Will be fired only if “ConvertTo(convertedStreamProvider)” is set.

public IConversionConvertOrCompress OnConversionCompleted(
    Action<string, FileType, int, Stream> convertedPageStream)
Parameter Type Description
convertedPageStream Action`4 Converted page stream provider The name of the file

Return Value

Interface to continue conversion building

See Also