Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ASPXToPDF Class

Provides a convenient way to render ASPX page output as PDF.

For a list of all members of this type, see ASPXToPDF Members.

System.Object
   System.Web.UI.Control
      EO.Web.Control
         EO.Web.ASPXToPDF

[Visual Basic]
Public Class ASPXToPDF
    Inherits Control
[C#]
public class ASPXToPDF : Control

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

To output the current page as PDF, simply place an ASPXToPDF control in the page, then call RenderAsPDF when you need to render the page as PDF.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

ASPXToPDF Members | EO.Web Namespace


Direct link to this topic