MindFusion WinForms Programmer's Guide
Page.PageOrientation Property
See Also
 





Gets or sets the orientation of the page.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public PageOrientation PageOrientation { get; set; }

Visual Basic  Copy Code

Public Property PageOrientation As PageOrientation

 Property Value

A member of the PageOrientation enumeration specifying the orientation of the page. The default is Unspecified.

 Remarks

When PageOrientation is set to Unspecified, the actual page orientation is determined by the value of the defaultPageOrientation argument passed to the Layout method of the Report class during report layouting.

 See Also

Page Members
Page Class
MindFusion.Reporting Namespace