Search
XpsExporter Class
Remarks See Also
 





Creates XPS (XML Paper Specification) files from the content of Diagram objects.

Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.XpsExport

 Syntax

C#  Copy Code

public class XpsExporter

Visual Basic  Copy Code

Public Class XpsExporter

 Remarks

In order to use this component, add a reference to the MindFusion.Diagramming.Wpf.XpsExport assembly to your project. To create an XPS file from a diagram, create a XpsExporter instance and call its Export method, passing a Diagram object as parameter.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Wpf.Export.XpsExporter

 See Also