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

PrintingSystem.PageSetup() Method

Displays the PageSetup dialog.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public bool PageSetup()

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