System.Drawing.Printing.QueryPageSettingsEventArgs.PageSettings Property

Gets or sets the page settings for the page to be printed.

Syntax

public PageSettings PageSettings { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

It is possible to print each page of a document using different page settings. You set page settings by modifying individual properties of the QueryPageSettingsEventArgs.PageSettings property or by setting the property to a System.Drawing.Printing.PageSettings. The print job can also be canceled by setting the System.ComponentModel.CancelEventArgs.Cancel property to true.

Requirements

Namespace: System.Drawing.Printing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0