PrintToolBase(PrintingSystemBase) Constructor
Initializes a new instance of the PrintToolBase class with the specified Printing System.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
printingSystem | PrintingSystemBase | A PrintingSystemBase object that represents the Print Tool’s Printing System. This value is assigned to the PrintToolBase.PrintingSystem property. |
See Also