Spread for ASP.NET 12 Product Documentation
PrintPageOrder Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : PrintPageOrder Enumeration
Specifies the order in which pages are printed.
Syntax
'Declaration
 
Public Enum PrintPageOrder 
   Inherits System.Enum
'Usage
 
Dim instance As PrintPageOrder
public enum PrintPageOrder : System.Enum 
Members
MemberDescription
Auto[0] Automatically determines the best order for printing pages
DownThenOver[1] Prints pages down then across
OverThenDown[2] Prints pages across then down
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.PrintPageOrder

See Also

Reference

FarPoint.Web.Spread Namespace