Back to Devexpress

DiagramControl.Print(Double) Method

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

latest1.4 KB
Original Source

DiagramControl.Print(Double) Method

Invokes the Print dialog window.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Parameters

NameTypeDescription
scaleDouble

A System.Double value specifying the scale factor.

|

Remarks

This method displays the standard Print dialog that allows an end-user to print the diagram, as well as select the printer (if required), specify the range of pages to print, the number of copies, etc. To print the diagram immediately with default settings, without invoking any dialogs, use the DiagramControl.QuickPrint method instead.

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace