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

PrintingSystem.PrintDlg() Method

Displays the standard Print dialog and prints the current document.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public DialogResult PrintDlg()

Returns

Type Description
DialogResult

A DialogResult enumeration value containing the return value of the print dialog box.

Remarks

This method displays the standard Print dialog that allows an end-user to print the document, as well as (if required) select the printer, specify the range of pages to print, the number of copies, etc.

See Also