'Declaration Public Event QueryPageSettings As QueryPageSettingsEventHandler
public event QueryPageSettingsEventHandler QueryPageSettings
Event Data
The event handler receives an argument of type QueryPageSettingsEventArgs containing data related to this event. The following QueryPageSettingsEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
PageSettings | Gets or sets the page settings for the page to be printed. |
PrintAction | Returns System.Drawing.Printing.PrintAction.PrintToFile in all cases. (Inherited from System.Drawing.Printing.PrintEventArgs) |
See Also