RichEditControl.Print() Method
In This Article
Prints the document to the default printer with the default settings.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
#Declaration
#Remarks
The Print method prints the document to the system default printer.
Use the Print method override to print the document with the specific settings (define the number of copies, enable double-sided printing, etc. )
See Also