Gets default instance of the PdfExportFilterFactory class.

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

Syntax

C#
public static PdfExportFilterFactory Factory { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Factory As PdfExportFilterFactory
Visual C++
public:
static property PdfExportFilterFactory^ Factory {
	PdfExportFilterFactory^ get ();
}

See Also