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

DiagramControl.QuickPrint(Double) Method

Prints the current diagram to the default printer.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public void QuickPrint(
    double scale
)

Parameters

Name Type Description
scale Double

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