Skip to main content

PrintableControlLink(IPrintableControl, String) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public PrintableControlLink(
    IPrintableControl printableControl,
    string documentName
)

#Parameters

Name Type Description
printableControl IPrintableControl

An object implementing the IPrintableControl interface.

documentName String

A String value, specifying the document name.

See Also