HtmlLoadOptions Properties |
The HtmlLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | BasePath |
The base path/url for the html file.
|
![]() | HtmlMediaType |
Gets or sets possible media types used during rendering.
|
![]() | InputEncoding |
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.
|
![]() | IsEmbedFonts |
Gets or sets fonts embedding to result document
|
![]() | IsRenderToSinglePage |
Gets or sets rendering all document to single page
|
![]() | LoadFormat |
Represents file format which LoadOptions describes.
(Inherited from LoadOptions.) |
![]() | PageInfo |
Gets or sets document page info
|
![]() | WarningHandler |
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.) |