Skip to main content
A newer version of this page is available.
All docs
V18.2

LegacyPrintableComponentLink(IPrintable) Constructor

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

Namespace: DevExpress.Xpf.Printing

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

Declaration

public LegacyPrintableComponentLink(
    IPrintable printableComponent
)

Parameters

Name Type Description
printableComponent IPrintable

An object implementing the IPrintable interface.

See Also