Name

QueryPageSettingsEventArgs

Synopsis

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()}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.