Skip to main content
All docs
V25.1
  • 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.1.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