MindFusion.Wpf Pack Programmer's Guide
PageOrder Enumeration
See Also
 





Specifies the order of printed pages.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum PageOrder

Visual Basic  Copy Code

Public Enum PageOrder

 Members

  Member name Description

DownThenOver

Indicates that pages are printed vertically and then horizontally.

OverThenDown

Indicates that pages are printed horizontally and then vertically.

 Remarks

Members of this enumeration can be assigned to the PageOrder property of the WorkbookPrinter class.

 See Also

MindFusion.Spreadsheet.Wpf Namespace