HtmlLoadOptions
HtmlLoadOptions constructor. Initializes a new instance of this class with default values.
HtmlLoadOptions()
Initializes a new instance of this class with default values.
public HtmlLoadOptions()
See Also
- class HtmlLoadOptions
- namespace Wordize.Loading
- assembly Wordize
HtmlLoadOptions(string)
A shortcut to initialize a new instance of this class with the specified password to load an encrypted document.
public HtmlLoadOptions(string password)
| Parameter | Type | Description |
|---|---|---|
| password | String | The password to open an encrypted document. Can be null or empty string. |
See Also
- class HtmlLoadOptions
- namespace Wordize.Loading
- assembly Wordize
HtmlLoadOptions(LoadFormat, string, string)
A shortcut to initialize a new instance of this class with properties set to the specified values.
public HtmlLoadOptions(LoadFormat loadFormat, string password, string baseUri)
| Parameter | Type | Description |
|---|---|---|
| loadFormat | LoadFormat | The format of the document to be loaded. |
| password | String | The password to open an encrypted document. Can be null or empty string. |
| baseUri | String | The string that will be used to resolve relative URIs to absolute. Can be null or empty string. |
See Also
- enum LoadFormat
- class HtmlLoadOptions
- namespace Wordize.Loading
- assembly Wordize