MindFusion WinForms Programmer's Guide
Calendar.PrintPreview Method (PrintDocument)
See Also
 





Displays a print preview window for the current calendar view. Drawing is done using the specified PrintDocument object.

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

 Syntax

C#  Copy Code

public void PrintPreview (
    PrintDocument doc
)

Visual Basic  Copy Code

Public Sub PrintPreview( _
    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

PrintPreview Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace
Print Method