Gets the default instance of the JpgExportFilterFactory class.

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

Syntax

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

See Also