MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Printing Namespace / PagePrintOrientation Enumeration

PagePrintOrientation Enumeration
Printing orientation
Syntax
'Declaration
 
Public Enum PagePrintOrientation 
   Inherits System.Enum
 
Members
MemberDescription
LandscapeLandscape. When the item is serialized out as xml, its value is "landscape".
PortraitPortrait. When the item is serialized out as xml, its value is "portrait".
Remarks
Used with the PageSetup.Orientation property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Printing.PagePrintOrientation

See Also