IConversionByPageHandlerOnly class

IConversionByPageHandlerOnly class

Provides a fluent interface for setting only by-page conversion handlers.

Inherits IConversionByPageHandlersStage for Convert/Compress; the staged OnConversion* overloads are kept via the new keyword to preserve back compatibility.

The IConversionByPageHandlerOnly type exposes the following members:

Methods

Method Description
compress Compresses the conversion results; register a compressed‑stream handler at the entry stage via IConversionSettings.with_events (setting OnCompressionCompleted) instead of using the obsolete fluent chain method.
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