PageSettingsHelper.DefaultPageSettings Property
Provides access to the page settings defined for the system’s default printer.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
| Type | Description |
|---|---|
| PageSettings | A PageSettings object. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to DefaultPageSettings |
|---|---|
| PageSettingsHelper |
|
Remarks
The DefaultPageSettings property will take effect only when the options of a PrinterSettingsUsing object returned by the XtraReport.DefaultPrinterSettingsUsing property are set to true (i.e., the PrinterSettingsUsing.UsePaperKind property is enabled).
See Also