IConversionConvertOptionOrCompletedOrConvert class

IConversionConvertOptionOrCompletedOrConvert class

Represents conversion options, completion handling, or execution for a conversion.

The IConversionConvertOptionOrCompletedOrConvert 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 Receives the converted document stream. It is invoked only when ConvertTo(string fileName) or ConvertTo(convertedStreamProvider) has been configured.
on_conversion_completed_action
with_options Sets convert options.
with_options Set convert options.
with_options_convert_options
with_options_func

See Also