Gets or sets the orientation of paper.
[Visual Basic]
Public Property PaperOrientation As Orientation
[C#]
public System.Windows.Forms.Orientation PaperOrientation {get; set;}
Property Value
Orientation value.
Example
How to set the orientation of paper as vertical.
printPreview.PaperOrientation = Orientation.Vertical
printPreview.PaperOrientation = Orientation.Vertical;
See Also
AwPrintPreview Class | Asterworld.PrintPreview Namespace