Back to Devexpress

PdfViewerControl.Print() Method

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-584e37d2.md

latest1.2 KB
Original Source

PdfViewerControl.Print() Method

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public virtual void Print()
vb
Public Overridable Sub Print

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

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace