Back to Devexpress

DiagramControl.ShowPrintPreview(Double) Method

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-dot-showprintpreview-x28-system-dot-double-x29.md

latest1.3 KB
Original Source

DiagramControl.ShowPrintPreview(Double) Method

Invokes the Print Preview and scales the document according to the specified scale factor.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Parameters

NameTypeDescription
scaleDouble

A System.Double value specifying the scale factor.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace