AwPrintPreview.PaperOrientation Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.