MindFusion.Wpf Pack Programmer's Guide
PdfExporter.Export Method (Diagram, String)
See Also
 





Creates a PDF file representing the specified Diagram.

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

 Syntax

C#  Copy Code

public void Export (
    Diagram diagram,
    string filePath
)

Visual Basic  Copy Code

Public Sub Export( _
    diagram As Diagram, _
    filePath As String _
)

 Parameters

diagram

A reference to the diagram that will be exported.

filePath

The full path to the PDF file.

 See Also

Export Method Overload List
PdfExporter Members
PdfExporter Class
MindFusion.Diagramming.Wpf.Export Namespace