IConversionHandlerOnly class

IConversionHandlerOnly class

Provides a fluent interface for setting only conversion handlers.

Inherits IConversionHandlersStage for Convert/Compress; the staged OnConversion* overloads are kept via the new keyword to preserve the existing return types and back compatibility.

The IConversionHandlerOnly type exposes the following members:

Methods

Method Description
compress Compresses the results of conversion.
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.
on_conversion_failed_action

See Also