WebLoadOptions class
WebLoadOptions class
Options for loading web documents.
Inheritance: WebLoadOptions
→
LoadOptions
→
ValueObject
The WebLoadOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes new instance of WebLoadOptions class. |
Properties
Property | Description |
---|---|
format | Input document file type. |
page_numbering | Enable or disable generation of page numbering in converted document. Default: false |
base_path | The base path/url for the html |
encoding | Get or sets the encoding to be used when loading the web document.
If the property is null the encoding will be determined from document character set attribute |
resource_loading_timeout | Timeout for loading external resources |
skip_external_resources | Implements IResourceLoadingOptions.skip_external_resources |
whitelisted_resources | Implements IResourceLoadingOptions.whitelisted_resources |
use_pdf | Use pdf for the conversion. Default: false |
configure_headers | Interface for configuring request headers. The implementation should define the behavior for configuring headers based on the URI. |
credentials_provider | Credentials provider for the URI. |
Methods
Method | Description |
---|---|
equals | Determines whether two object instances are equal. |
See Also
- module
groupdocs.conversion.options.load
- class
LoadOptions
- class
ValueObject
- class
WebLoadOptions