Gets or sets the orientation of the page.
[Visual Basic]
Public Property Orientation As PageOrientation
[C#]
public PageOrientation Orientation {get; set;}
PageOrientation enumeration value that specifies the orientation of the page.
The Printer.PaperHeight measurement is for the portrait orientation of the paper. In Landscape, the height is equal to Printer.PaperWidth.
[C#]
private void rptPrint_ReportStart(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptPrint_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart |
Page Class | Page Members | PageOrientation Enumeration | Printer Class
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.