Skip to main content

XpfRichEditPrinter(IRichEditDocumentServer) Constructor

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

Namespace: DevExpress.XtraRichEdit.Printing

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

NuGet Package: 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