IConversionByPageHandlerSetup class

IConversionByPageHandlerSetup class

Provides a fluent interface for setting page conversion handlers.

Allows setting OnConversionCompleted and/or OnConversionFailed in any order, at most once each, or skipping both.

The IConversionByPageHandlerSetup type exposes the following members:

Methods

Method Description
compress Compresses the conversion results using the specified options.
compress_compression_convert_options
convert Execute conversion chain.
on_conversion_completed Registers a callback to be invoked when a page conversion completes successfully.
on_conversion_completed_action
on_conversion_failed Registers a callback to be invoked when a page conversion fails.
on_conversion_failed_action

See Also