FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / Orientation Property


In This Topic
Orientation Property (PrintInfo)
In This Topic
Gets or sets the page orientation used for printing.
Syntax
'Declaration
 
Public Property Orientation As PrintOrientation
 
'Usage
 
Dim instance As PrintInfo
Dim value As PrintOrientation
 
instance.Orientation = value
 
value = instance.Orientation
See Also