QueryPageSettingsEventArgs

QueryPageSettingsEventArgs

System.Drawing.Printing (system.drawing.dll) class

This class contains the data for the PrintDocument.QueryPageSettings event. It extends the PrintPageEventArgs with the PageSettings property. You can modify these settings to control the page setup on a page-by-page basis.

 public class  QueryPageSettingsEventArgs  : PrintEventArgs {  // Public Constructors  public  QueryPageSettingsEventArgs  (PageSettings  pageSettings  );  // Public Instance Properties  public PageSettings  PageSettings  {set; get; } } 

Hierarchy

System.Object System.EventArgs System.ComponentModel.CancelEventArgs PrintEventArgs QueryPageSettingsEventArgs

Passed To

PrintDocument.OnQueryPageSettings() , QueryPageSettingsEventHandler.{BeginInvoke() , Invoke()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net