Creates XPS (XML Paper Specification) files from the content of Diagram objects.
Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.XpsExport
C# Copy Code |
---|
public class XpsExporter |
Visual Basic Copy Code |
---|
Public Class XpsExporter |
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.
System.Object
MindFusion.Diagramming.Wpf.Export.XpsExporter