March 2003
Intermediate to advanced
896 pages
32h 35m
English
QueryPageSettingsEventArgs
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; } }
System.Object
→ System.EventArgs → System.ComponentModel.CancelEventArgs → PrintEventArgs → QueryPageSettingsEventArgs
PrintDocument.OnQueryPageSettings(),
QueryPageSettingsEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access