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
SyntaxC#
Copy Code
|
|---|
public void PrintPreview ( |
Visual Basic
Copy Code
|
|---|
Public Sub PrintPreview( _ |
RemarksUse the PrintOptions members to customize the print output, used both when printing and when displaying print preview.
See Also