MindFusion WinForms Programmer's Guide
PageOrientation Enumeration
See Also
 





Specifies the orientation of a printed page.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public enum PageOrientation

Visual Basic  Copy Code

Public Enum PageOrientation

 Members

  Member name Description

Landscape

Indicates landscape orientation.

Portrait

Indicates portrait orientation.

Unspecified

Indicates that the page will get its orientation from the default printer settings at the time of printing or previewing.

 See Also

MindFusion.Reporting Namespace