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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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