Skip to main content
A newer version of this page is available. .

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

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 Printing topic.

See Also