Search
PdfExporter.Export Method (Diagram, Stream)
See Also
 





Creates a PDF file representing the specified MindFusion.Diagramming diagram.

Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Pdf

 Syntax

C#  Copy Code

public void Export (
    Diagram diagram,
    Stream stream
)

Visual Basic  Copy Code

Public Sub Export( _
    diagram As Diagram, _
    stream As Stream _
)

 Parameters

diagram

A reference to the diagram that will be exported.

stream
Output System.IO.Stream to which to write the PDF data.

 See Also