Gets or sets the orientation of the pages.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool Landscape { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Landscape As Boolean |
true to set the initial orientation of the print pages to landscape; false to set it to portrait. The default is false.
See Also