IConversionHandlerCompleted class

IConversionHandlerCompleted class

Represents the fluent interface after OnConversionFailed is set, allowing setting OnConversionCompleted or proceeding to Convert/Compress.

The IConversionHandlerCompleted type exposes the following members:

Methods

Method Description
compress Compresses the conversion results and returns a continuation that proceeds to Convert.
compress_compression_convert_options
convert Execute conversion chain.
on_conversion_completed Registers a callback to be invoked when a document conversion completes successfully.
on_conversion_completed_action
on_conversion_failed Registers a callback to be invoked when a document conversion fails. Re‑invoking replaces any previously set handler.
on_conversion_failed_action

See Also