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