WebLoadOptions class
WebLoadOptions class
Options for loading web documents.
The WebLoadOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of WebLoadOptions class. |
Properties
| Property | Description |
|---|---|
| base_path | The base path/url for the html. |
| configure_headers | The action used to configure request headers, where the first parameter of the action is the Uri. |
| credentials_provider | The credentials provider for the Uri. |
| custom_css_style | The custom CSS style applied when loading a web document, implementing ICustomCssStyleOptions.custom_css_style. |
| encoding | The encoding to be used when loading the web document. |
| format | The input document file type. |
| html_rendering_mode | The HTML rendering mode controls how HTML content is rendered. |
| page_layout_options | The page layout options used when loading web documents. |
| page_numbering | The page numbering generation is enabled or disabled in the converted document (default: False). |
| resource_loading_timeout | The timeout for loading external resources. |
| skip_external_resources | The property that implements IResourceLoadingOptions.skip_external_resources. |
| use_pdf | The option to use PDF for the conversion (default is False). |
| whitelisted_resources | The property implements IResourceLoadingOptions.whitelisted_resources. |
| zoom | The zoom level as a percentage. |