Gets or sets a value that specifies the width of a custom paper size.
[Visual Basic]
Public Property PaperWidth As Single[C#]
public float PaperWidth {get; set;}A float value that specifies the custom paper width in inches.
Set the PaperKind property to PaperKind.Custom to use this property. Custom paper sizes must be supported by the printer for this property to work.
[C#]
private void rptPageSettings_ReportStart(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptPageSettings_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart |
PageSettings Class | PageSettings Members | PaperSize property | PaperHeight
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.