DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section