XmlLoadOptions class

XmlLoadOptions class

Options for loading XML documents.

The XmlLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of XmlLoadOptions.

Properties

Property Description
format The input document file type.
use_as_data_source The Xml document is used as a data source.
xsl_fo_factory The XSL-FO document stream to convert XML using XSL-FO markup file.
xslt_factory The XSLT document stream to convert XML performing XSL transformation to HTML.
base_path The base path/url for the html. (inherited from WebLoadOptions)
configure_headers The action used to configure request headers, where the first parameter of the action is the Uri. (inherited from WebLoadOptions)
credentials_provider The credentials provider for the Uri. (inherited from WebLoadOptions)
custom_css_style The custom CSS style applied when loading a web document, implementing ICustomCssStyleOptions.custom_css_style. (inherited from WebLoadOptions)
encoding The encoding to be used when loading the web document. (inherited from WebLoadOptions)
html_rendering_mode The HTML rendering mode controls how HTML content is rendered. (inherited from WebLoadOptions)
page_layout_options The page layout options used when loading web documents. (inherited from WebLoadOptions)
page_numbering The page numbering generation is enabled or disabled in the converted document (default: False). (inherited from WebLoadOptions)
resource_loading_timeout The timeout for loading external resources. (inherited from WebLoadOptions)
skip_external_resources The property that implements IResourceLoadingOptions.skip_external_resources. (inherited from WebLoadOptions)
use_pdf The option to use PDF for the conversion (default is False). (inherited from WebLoadOptions)
whitelisted_resources The property implements IResourceLoadingOptions.whitelisted_resources. (inherited from WebLoadOptions)
zoom The zoom level as a percentage. (inherited from WebLoadOptions)

See Also