Skip to main content

LegacyPrintableComponentLink(IPrintable) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public LegacyPrintableComponentLink(
    IPrintable printableComponent
)

#Parameters

Name Type Description
printableComponent IPrintable

An object implementing the DevExpress.XtraPrinting.IPrintable interface.

See Also