Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
RenderAsPDFAttribute Class

An attribute that you can apply to your action method in order to convert the action result into PDF.

Namespace: EO.Pdf.Mvc
Assembly: EO.Pdf.Mvc (in EO.Pdf.Mvc.dll)

Inheritance Hierarchy

System.Object
   System.Attribute
      EO.Pdf.Mvc.RenderAsPDFAttribute

Syntax
 public class RenderAsPDFAttribute : Attribute
See Also