Gets or sets the orientation of the page.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<PageOrientation> PageOrientation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PageOrientation As Nullable(Of PageOrientation) |
A member of the PageOrientation enumeration.
See Also