XHtmlOptions PageLoadMethod Property. The method for loading URI/HTML. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] PageLoadMethodType

[Visual Basic]
PageLoadMethodType
Default No The method for loading URI/HTML.

 

   

Notes
 

This property specifies the method to load the URI/HTML page.

The PageLoadMethodType enumeration can take any of the following values:

  • Default — this is currently the same as MonikerForHtml.
  • MonikerForHtml — Moniker is used to load the page.
  • WebBrowserNavigate — IWebBrowser2::Navigate is used to load the page. HostWebBrowser must be true to use this value.

This property affects the NoCookie property and the GetHttpStatusCode method.

 

   

Example
 

See the HttpAdditionalHeaders property.