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

DiagramControl.ShowPrintPreview(Double) Method

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public void ShowPrintPreview(
    double scale
)

Parameters

Name Type Description
scale Double

A System.Double value specifying the scale factor.

See Also