Skip to main content

LinkBase.Print() Method

In This Article

Invokes the Print dialog and prints the current document.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public void Print()

#Remarks

This method displays the standard Print dialog that allows an end-user to print the document, as well as select the printer (if required), specify the range of pages to print, the number of copies, etc.

See Also