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





Gets or sets the orientation of the pages.

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

 Syntax

C#  Copy Code

public bool Landscape { get; set; }

Visual Basic  Copy Code

Public Property Landscape As Boolean

 Property Value

true to set the initial orientation of the print pages to landscape; false to set it to portrait. The default is false.

 See Also

PrintOptions Members
PrintOptions Class
MindFusion.Scheduling.WinForms Namespace