Gets default instance of the RtfExportFilterFactory class.

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

Syntax

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

See Also