PrintHelper.ShowPrintPreview(FrameworkElement, IBasePrintable, String) Method
In This Article
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public static Window ShowPrintPreview(
FrameworkElement owner,
IBasePrintable source,
string documentName
)
#Parameters
Name | Type |
---|---|
owner | Framework |
source | IBase |
document |
String |
#Returns
Type |
---|
Window |
See Also