Skip to main content
A newer version of this page is available. .

PrintableLink(IPrintable) Constructor

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

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public PrintableLink(
    IPrintable printableControl
)

Parameters

Name Type Description
printableControl IPrintable

An object implementing the IPrintable interface that is the control that should be printed with the PrintableLink.

See Also