PrintableComponentLink(PrintingSystem) Constructor
In This Article
Initializes a new instance of the PrintableComponentLink class with the specified printing system.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
public PrintableComponentLink(
PrintingSystem ps
)
#Parameters
Name | Type | Description |
---|---|---|
ps | Printing |
A Printing |
See Also