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

XpfRichEditPrinter.Print() Method

Prints the document to the default printer.

Namespace: DevExpress.XtraRichEdit.Printing

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

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

Declaration

public virtual void Print()

Remarks

Create a XpfRichEditPrinter instance tom implement a custom logic and call the Print method.

See Also