Spread for ASP.NET 12 Product Documentation
PrintOrientation Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : PrintOrientation Enumeration
Specifies the page orientation used to print the sheet.
Syntax
'Declaration
 
Public Enum PrintOrientation 
   Inherits System.Enum
'Usage
 
Dim instance As PrintOrientation
public enum PrintOrientation : System.Enum 
Members
MemberDescription
Auto[0] Uses the current printer setting
Landscape[2] Prints the sheet in landscape orientation
Portrait[1] Prints the sheet in portrait orientation
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Web.Spread Namespace