Creates PdfExportFilter instaces.

Namespace:  PerpetuumSoft.Reporting.Export.Pdf
Assembly:  PerpetuumSoft.Reporting.Export.Pdf (in PerpetuumSoft.Reporting.Export.Pdf.dll) Version: 3.9.0.1

Syntax

C#
public class PdfExportFilterFactory : ExportFilterFactory
Visual Basic (Declaration)
Public Class PdfExportFilterFactory _
	Inherits ExportFilterFactory
Visual C++
public ref class PdfExportFilterFactory : public ExportFilterFactory

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Export..::.ExportFilterFactory
    PerpetuumSoft.Reporting.Export.Pdf..::.PdfExportFilterFactory

See Also