Back to Devexpress

DiagramControl.QuickPrint(Double) Method

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-dot-quickprint-x28-system-dot-double-x29.md

latest1.3 KB
Original Source

DiagramControl.QuickPrint(Double) Method

Prints the current diagram to the default printer.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public void QuickPrint(
    double scale
)
vb
Public Sub QuickPrint(
    scale As Double
)

Parameters

NameTypeDescription
scaleDouble

A System.Double value specifying the scale factor.

|

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

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace