Gets or sets a value indicating whetherthe page is printed in landscape or portrait orientation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Landscape { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Landscape As Boolean |
A boolean value.
See Also