Skip to main content

LinkBase.ShowPrintPreviewDialog(Window, String) Method

Displays the modal Print Preview of the link’s document using the specified owner and title.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public void ShowPrintPreviewDialog(
    Window owner,
    string title
)

Parameters

Name Type Description
owner Window

A FrameworkElement instance specifying the owner of the Print Preview.

title String

A String value specifying the title of the Print Preview.

See Also