Skip to main content

DiagramControl.QuickPrint() Method

Prints the current diagram to the default printer.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public void QuickPrint()

Remarks

Use the QuickPrint method to immediately send the diagram to the default printer.

Use the DiagramControl.Print method to invoke the Print dialog window that allows an end-user to specify print settings.

See Also