Skip to main content

XpfRichEditPrinter(IRichEditControl) 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(
    IRichEditControl control
)

Parameters

Name Type Description
control IRichEditControl

An object exposing the IRichEditControl interface that represents the target control.

See Also