XmlLoadOptions class

XmlLoadOptions class

The options for loading XML documents.

The XmlLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of XmlLoadOptions.

Methods

Method Description
equals Determines whether two object instances are equal. (inherited from ValueObject)
equals_object (inherited from ValueObject)
equals_value_object (inherited from ValueObject)
get_hash_code Serves as the default hash function. (inherited from ValueObject)

Properties

Property Description
custom_css_style The custom CSS style to be applied to the document during conversion.
format The input document file type.
margin_settings The page margin settings.
orientation_settings The page orientation settings.
page_layout_options The page layout scaling to apply when loading the document. Default: None.
page_numbering The page numbering generation flag for the converted document (default: False).
size_settings The page size settings.
skip_external_resources The property indicates whether external resources are loaded.
use_as_data_source The XML document is used as a data source.
whitelisted_resources The external resources that will always be loaded.
xsl_fo_factory The XSL-FO document stream to convert XML using an 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 is the Uri. (inherited from WebLoadOptions)
credentials_provider The credentials provider for the Uri. (inherited from WebLoadOptions)
encoding The encoding to be used when loading the web document. If set to None, the encoding will be determined from the document’s character set attribute. (inherited from WebLoadOptions)
html_rendering_mode The HTML rendering mode controls how HTML content is rendered. Default: AbsolutePositioning. (inherited from WebLoadOptions)
resource_loading_timeout The timeout for loading external resources. (inherited from WebLoadOptions)
use_pdf The property indicates whether to use PDF for the conversion (default: False). (inherited from WebLoadOptions)
zoom The zoom level as a percentage applied to the document’s <body> tag before conversion, scaling the document’s visual appearance. (inherited from WebLoadOptions)

See Also