PrintableComponentLinkBase(PrintingSystemBase) Constructor
Initializes a new instance of the PrintableComponentLinkBase class with the specified printing system.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
ps | PrintingSystemBase | A PrintingSystemBase object which specifies the printing system used to draw the current link. This value is assigned to the PrintableComponentLink.PrintingSystem property. |
See Also