Search
Calendar.PrintPreview Method ()
See Also
 





Displays a print preview window for the current calendar view.

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

 Syntax

C#  Copy Code

public void PrintPreview ()

Visual Basic  Copy Code

Public Sub PrintPreview ()

 Remarks

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

 See Also