PrintingSystem.PageSetup() Method
Displays the PageSetup dialog.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Returns
Type | Description |
---|---|
Boolean | true, if the “OK” button is clicked in the PageSetup dialog, false, if the “Cancel” button is clicked in the PageSetup dialog. |
Remarks
This method displays the standard PageSetup dialog. It allows a user to customize margins, paper size, paper source and layout settings. Margin and paper size settings are obtained from the PrintingSystem.PageSettings property.
See Also