Skip to main content

LegacyPrintableComponentLink(IPrintable, String) 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,
    string documentName
)
Public Sub New(
    printableComponent As IPrintable,
    documentName As String
)

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