Skip to main content

PrintableLink(IPrintable, String) Constructor

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

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public PrintableLink(
    IPrintable printableControl,
    string documentName
)

Parameters

Name Type Description
printableControl IPrintable

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

documentName String

The document name.

See Also