HtmlLoadOptions Properties

The HtmlLoadOptions type exposes the following members.

Properties
  NameDescription
Public propertyBasePath
The base path/url for the html file.
Public propertyHtmlMediaType
Gets or sets possible media types used during rendering.
Public propertyInputEncoding
Gets or sets the attribute specifying the encoding used for this document at the time of the parsing. If this attribute is null the encoding will determine from document character set atribute.
Public propertyIsEmbedFonts
Gets or sets fonts embedding to result document
Public propertyIsRenderToSinglePage
Gets or sets rendering all document to single page
Public propertyLoadFormat
Represents file format which LoadOptions describes.
(Inherited from LoadOptions.)
Public propertyPageInfo
Gets or sets document page info
Public propertyWarningHandler
Callback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.
(Inherited from LoadOptions.)
See Also