Skip to main content
A newer version of this page is available. .

PrintProgressEventArgs.PageSettings Property

Gets or sets the page settings of the current page that should be sent to a printer, next.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public PageSettings PageSettings { get; set; }

Property Value

Type Description
PageSettings

A PageSettings object, containing page settings of the current page.

Remarks

Use the PageSettings property to change some of the page settings of a printed page (e.g. you may change the paper source in this way).

See Also