Skip to main content

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public virtual void Print()

Remarks

When you call the Print method, the Print dialog is invoked.

PrintDialog

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