Table of Contents
MVCToPDF.RenderAsPDF Method (PdfDocumentEventHandler)

Renders the current page as PDF.

Syntax
 public static void RenderAsPDF(
   PdfDocumentEventHandler afterConvertHandler
);

Parameters

afterConvertHandler
A function to be called to perform post processing with the result PDF file.
Remarks

See RenderAsPDF for more details.

See Also