PdfViewerControl.Print() Method
In This Article
Invokes the Print dialog and prints the current document using the print settings specified in this dialog window.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
#Remarks
When you call the Print method, the Print dialog is invoked.
After clicking Print in this dialog, the current document is printed using the specified settings. For more information, see the following topic: Printing.
See Also