Search
Calendar.Print Method (PrintDocument)
See Also
 





Prints the current calendar view using the specified PrintDocument object.

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

 Syntax

C#  Copy Code

public void Print (
    PrintDocument doc
)

Visual Basic  Copy Code

Public Sub Print( _
    doc As PrintDocument _
)

 Parameters

doc
A .NET PrintDocument object to print to.

 Remarks

Use the PrintOptions members to customize the print output, used both when printing and when displaying print preview.

 See Also