Search
Calendar.EndPrint Method
See Also
 





Finalizes a print or print preview for the specified document. Call after Calendar.BeginPrint when the document is no longer used.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void EndPrint (
    PrintDocument doc
)

Visual Basic  Copy Code

Public Sub EndPrint( _
    doc As PrintDocument _
)

 Parameters

doc
A PrintDocument representing the target of the print or preview operation.

 See Also