PrintTool(PrintingSystemBase) Constructor
Initializes a new instance of the PrintTool class with the specified Printing System.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
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