wpf-devexpress-dot-xpf-dot-printing-4b96678f.md
A control used to print documents in WPF applications and easily incorporated into a Backstage View-based menu.
Namespace : DevExpress.Xpf.Printing
Assembly : DevExpress.Xpf.Printing.v25.2.dll
NuGet Package : DevExpress.Wpf.Printing
public class BackstagePrintPreview :
Control
Public Class BackstagePrintPreview
Inherits Control
The following members return BackstagePrintPreview objects:
The BackstagePrintPreview control replicates the Print screen available in Microsoft Office applications. This control displays its source document’s preview on the right side and allows you to customize various print options on the left side.
The BackstagePrintPreview.DocumentSource property allows you to provide the required document source to the Backstage Print Preview. This control supports the following document source types:
See the Backstage Print Preview topic for more information.
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control BackstagePrintPreview
See Also