Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
        • EO.Pdf
        • Classes
          • ClientCertificate Class
          • HtmlDocument Class
          • HtmlElement Class
          • HtmlNode Class
          • HtmlTextNode Class
          • HtmlToPdf Class
          • HtmlToPdfException Class
          • HtmlToPdfOptions Class
          • HtmlToPdfResult Class
          • HtmlToPdfSession Class
          • PageInfo Class
          • PageInfoCollection Class
          • PageStyle Class
          • Paginator Class
          • PdfAction Class
          • PdfAttachment Class
          • PdfAttachmentCollection Class
          • PdfBookmark Class
          • PdfBookmarkCollection Class
          • PdfCheckBoxField Class
          • PdfComboBoxField Class
          • PdfDestination Class
          • PdfDocInfo Class
          • PdfDocument Class
          • PdfDocumentEventArgs Class
          • PdfDocumentSecurity Class
          • PdfField Class
          • PdfFieldCollection Class
          • PdfGenericField Class
          • PdfGoToAction Class
          • PdfJavaScriptAction Class
          • PdfLaunchAction Class
          • PdfLink Class
          • PdfListBoxField Class
          • PdfListField Class
          • PdfListItem Class
          • PdfListItemCollection Class
          • PdfObject Class
          • PdfOnOffField Class
          • PdfPage Class
          • PdfPageCollection Class
          • PdfPageEventArgs Class
          • PdfPageLocation Class
          • PdfPageRectangle Class
          • PdfPageSizes Class
          • PdfPortfolio Class
          • PdfPushButtonField Class
          • PdfRadioButtonField Class
          • PdfRadioButtonGroup Class
          • PdfRender Class
          • PdfSigner Class
          • PdfTextField Class
          • PdfUriAction Class
          • PdfViewerException Class
          • PdfViewerPreference Class
          • Runtime Class
          • YRange Class
        • Interfaces
        • Enumerations
        • Delegates
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
HtmlToPdfSession Methods

The methods of the HtmlToPdfSession class are listed below. For a complete list of HtmlToPdfSession class members, see the HtmlToPdfSession Members topic.

Methods
Name Description
CreateOverloaded. Creates a new HtmlToPdfSession object.
CreatePaginator Create a Paginator object that can be used to implement custom paging.
Dispose Close the HtmlToPdfSession object and release all associated resources.
Equals (inherited from Object) 
EscapeScriptStringOverloaded. Escapes a string so that it is suitable to be passed as a JavaScript string literal to form JavaScript code.
ExecScriptOverloaded. Executes JavaScript code in the current page.
Fill Fills a form field of the given name.
Finalize (inherited from Object) 
GetCookies Gets the current cookie collections.
GetCurrentUrl Gets the current document Url.
GetHashCode (inherited from Object) 
GetPageStyle Returns a PageStyle object that contains information specified by @page CSS at-rule.
GetType (inherited from Object) 
LoadHtml Loads HTML into the session.
LoadUrl Loads a Url into the session.
MemberwiseClone (inherited from Object) 
RenderAsPDFOverloaded. Convert the current document into PDF and render the result into a PdfDocument object.
ResetTrigger Reset the manual conversion trigger.
RunWebViewCallbackOverloaded. Run a WebViewCallback delegate in the context of this session.
ScrollThrough Scroll through the page.
SubmitOverloaded. Submit the current page.
ToString (inherited from Object) 
See Also