PrintingSystem.PrintDlg() Method
Displays the standard Print dialog and prints the current document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
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