Search
DiagramView.DisposePrintDocument Method
See Also
 





Detaches the diagram's BeginPrint and PrintPage event handlers from the specified PrintDocument, created by a previous call to the CreatePrintDocument method.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public void DisposePrintDocument (
    PrintDocument doc
)

Visual Basic  Copy Code

Public Sub DisposePrintDocument( _
    doc As PrintDocument _
)

 Parameters

doc
A PrintDocument instance created by a previous call to the CreatePrintDocument method.

 See Also