Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintOrientation Enumeration


In This Topic
    PrintOrientation Enumeration
    In This Topic
    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.Win.Spread.PrintOrientation

    See Also