IConversionLoadOptionsOrSourceDocumentLoaded class

IConversionLoadOptionsOrSourceDocumentLoaded class

Represents conversion load options or actions with a loaded document.

The IConversionLoadOptionsOrSourceDocumentLoaded type exposes the following members:

Methods

Method Description
convert_by_page_to Saves the converted page as a stream.
convert_by_page_to_func
convert_to Save converted document as file.
convert_to Saves the converted document as a stream.
convert_to_file
convert_to_func
convert_to_string
get_document_info Retrieves source document information, including page count and other properties specific to the file type.
get_possible_conversions Retrieves possible conversions for the source document.
is_document_password_protected Checks if source document is password protected.
with_options Set load options.
with_options Provides load options for the document currently being loaded.
with_options_func
with_options_load_options

See Also