Back to Devexpress

RichEditControl.Print() Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-f59b6d67.md

latest1.0 KB
Original Source

RichEditControl.Print() Method

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

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public void Print()
vb
Public Sub 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

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace