Back to Devexpress

PrintHelper.ShowPrintPreview(FrameworkElement, IBasePrintable, String) Method

wpf-devexpress-dot-xpf-dot-printing-dot-printhelper-dot-showprintpreview-x28-system-dot-windows-dot-frameworkelement-devexpress-dot-xtraprinting-dot-ibaseprintable-system-dot-string-x29.md

latest1.6 KB
Original Source

PrintHelper.ShowPrintPreview(FrameworkElement, IBasePrintable, String) Method

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public static Window ShowPrintPreview(
    FrameworkElement owner,
    IBasePrintable source,
    string documentName
)
vb
Public Shared Function ShowPrintPreview(
    owner As FrameworkElement,
    source As IBasePrintable,
    documentName As String
) As Window

Parameters

NameType
ownerFrameworkElement
sourceIBasePrintable
documentNameString

Returns

Type
Window

See Also

PrintHelper Class

PrintHelper Members

DevExpress.Xpf.Printing Namespace