Html |
The HtmlLoadOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseAddress | Gets or sets the base address for images with relative location. | |
| DefaultFontColor | Gets and sets a default font color for the loading HTML document. Default value: SautinSoft.Document.Color.Black. | |
| DefaultFontFamily | Gets and sets a default font family for the loading HTML document. Default value: "Times New Roman". | |
| DefaultFontSize | Gets and sets a default font size for the loading HTML document. Default value: 12f. | |
| DeviceCategory | Gets and sets all possible device kinds. Default: Screen. | |
| DeviceHeight | Gets and sets the height of the device in pixels. Default: 1080. | |
| DeviceWidth | Gets and sets the width of the device in pixels. Default: 1920. | |
| Encoding | Gets or sets the encoding for the HTML file. | |
| ListIndentsAdjust | Indentation in numbered lists. Adjust list Indents using Tab character, Space, Nothing. Default: Auto. | |
| PageSetup | Gets and sets the page setup properties: paper type, orientation, margins and so forth. | |
| PreserveHyperlinks | Get and set the value whether to preserve hyperlinks during the HTML loading or skip them. Default value: true. | |
| PreserveImages | Preserve images or skip them. Default value: true. | |
| TableAutoFit | Gets or sets a value indicating whether the table shall automatically resize to fit contents. Default value: false. |