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 class XpsExportFilterFactory : ExportFilterFactory
Visual Basic (Declaration)
Public Class XpsExportFilterFactory _
	Inherits ExportFilterFactory
Visual C++
public ref class XpsExportFilterFactory : public ExportFilterFactory

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Export..::.ExportFilterFactory
    PerpetuumSoft.Reporting.Export.Xps..::.XpsExportFilterFactory

See Also