PrintHelper.ShowPrintPreview(FrameworkElement, LinkBase, String) Method
In This Article
Creates a document from the specified link, and shows it in the Document Preview window.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public static Window ShowPrintPreview(
FrameworkElement owner,
LinkBase link,
string title
)
#Parameters
Name | Type | Description |
---|---|---|
owner | Framework |
A Framework |
link | Link |
A Link |
title | String | A String value, specifying the Document Preview dialog’s title. “Print Preview” by default. |
#Returns
Type | Description |
---|---|
Window | A Window object. |
See Also