Skip to main content

LegacyPrintableComponentLink(IPrintable) Constructor

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
)
Public Sub New(
    printableComponent As IPrintable
)

Parameters

Name Type Description
printableComponent IPrintable

An object implementing the DevExpress.XtraPrinting.IPrintable interface.

See Also