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

XpfRichEditPrinter(IRichEditDocumentServer) Constructor

Initializes a new instance of the XpfRichEditPrinter class with the specified settings.

Namespace: DevExpress.XtraRichEdit.Printing

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

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

Declaration

public XpfRichEditPrinter(
    IRichEditDocumentServer documentServer
)

Parameters

Name Type Description
documentServer IRichEditDocumentServer

An object exposing the IRichEditDocumentServer that represents the target control.

See Also