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

RichEditControl.Print() Method

Prints the document to the default printer with the default settings.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public void Print()

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