Gets XpsExportFilterFactory that represents a Factory for the XPS export filter creation.

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

Syntax

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

See Also