Table of Contents
MVCToPDF.RegisterFilter Method 

Initializes MVCToPDF for traditional ASP.NET MVC application.

Syntax
 public static void RegisterFilter(
   Type typeOfGlobalFilters
);
See Also