Back to Devexpress

DiagramControl.QuickPrint() Method

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-562ec101.md

latest1.2 KB
Original Source

DiagramControl.QuickPrint() Method

Prints the current diagram to the default printer.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public void QuickPrint()
vb
Public Sub 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

Print()

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace