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.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
MVCToPDF Members

The MVCToPDF class exposes the following members.

Constructors
Name Description
MVCToPDF(); Initializes a new instance of the MVCToPDF class.
Properties
Name Description
AutoFormsAuthentication Gets or sets a value indicating whether MVCToPDF should impersonate the current forms authentication user identify.
Result Gets the conversion result.
ResultAsDownload Gets or sets a value indicating whether to send the result as a file download.
ResultFileName Gets or sets the result PDF file name.
SendToClient Gets or sets a value indicating whether to send the conversion result to the client.
Methods
Name Description
Equals (inherited from Object) 
Finalize (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
MemberwiseClone (inherited from Object) 
OnFilter Called by MVCToPDF infrastructure.
RegisterFilter Initializes MVCToPDF for traditional ASP.NET MVC application.
RegisterFilterAspNetCore Initializes MVCToPDF for ASP.NET Core MVC application.
RenderAsPDFOverloaded. Renders the current page as PDF.
ToString (inherited from Object) 
See Also