MindFusion WinForms Programmer's Guide
Calendar.BeginPrint Method
See Also
 





Initiates a print or print preview for the specified document. The document can be subsequently selected for preview in a PrintPreviewControl or printed by calling its Print method. Call Calendar.EndPrint after the document is no longer used.

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

 Syntax

C#  Copy Code

public void BeginPrint (
    PrintDocument doc
)

Visual Basic  Copy Code

Public Sub BeginPrint( _
    doc As PrintDocument _
)

 Parameters

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

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace