.NET Windows Forms in a Nutshell
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 Passed To
PrintDocument.OnQueryPageSettings() , QueryPageSettingsEventHandler.{BeginInvoke() , Invoke()} |