XtraPageSettings.PageSettings Property
Provides access to the current page settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Property Value
Type | Description |
---|---|
PageSettings | A PageSettings object representing the current page settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PageSettings |
---|---|
PrintingSystem |
|
Remarks
This property accesses the PageSettings object containing current page settings, such as margins and paper size. These settings are also displayed in the PageSetup dialog, invoked by calling the PrintingSystem.PageSetup method.
See Also