PrintableLink(IPrintable) Constructor
In This Article
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
)
#Parameters
Name | Type | Description |
---|---|---|
printable |
IPrintable | An object implementing the IPrintable interface that is the control that should be printed with the Printable |
See Also