Click or drag to resize

HtmlLoadOptions Properties

The HtmlLoadOptions type exposes the following members.

Properties
 NameDescription
Public propertyBaseAddress Gets or sets the base address for images with relative location.
Public propertyDefaultFontColor Gets and sets a default font color for the loading HTML document. Default value: SautinSoft.Document.Color.Black.
Public propertyDefaultFontFamily Gets and sets a default font family for the loading HTML document. Default value: "Times New Roman".
Public propertyDefaultFontSize Gets and sets a default font size for the loading HTML document. Default value: 12f.
Public propertyDeviceCategory Gets and sets all possible device kinds. Default: Screen.
Public propertyDeviceHeight Gets and sets the height of the device in pixels. Default: 1080.
Public propertyDeviceWidth Gets and sets the width of the device in pixels. Default: 1920.
Public propertyEncoding Gets or sets the encoding for the HTML file.
Public propertyFastLoadHtml Disable all parent css styles of each element and use only last css for element. Default: false. Notice: Attention, this option does not allow to read full html styles correctly.
Public propertyListIndentsAdjust Indentation in numbered lists. Adjust list Indents using Tab character, Space, Nothing. Default: Auto.
Public propertyPageSetup Gets and sets the page setup properties: paper type, orientation, margins and so forth.
Public propertyPreserveHyperlinks Get and set the value whether to preserve hyperlinks during the HTML loading or skip them. Default value: true.
Public propertyPreserveImages Preserve images or skip them. Default value: true.
Public propertyTableAutoFit Gets or sets a value indicating whether the table shall automatically resize to fit contents. Default value: false.
Top
See Also