Skip to main content

LegacyPrintableComponentLink(IPrintable, String) 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,
    string documentName
)

#Parameters

Name Type Description
printableComponent IPrintable

An object implementing the DevExpress.XtraPrinting.IPrintable interface.

documentName String

A String value, specifying the document name.

See Also