MindFusion WinForms Programmer's Guide
Calendar.PrintOptions Property
See Also
 





Gets a PrintOptions object that allows customizing various aspects of printing.

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

 Syntax

C#  Copy Code

public PrintOptions PrintOptions { get; }

Visual Basic  Copy Code

Public ReadOnly Property PrintOptions As PrintOptions

 Property Value

An instance of the PrintOptions class.

 Remarks

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

 See Also

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