Skip to main content
A newer version of this page is available. .

PrintTool(PrintingSystemBase) Constructor

Initializes a new instance of the PrintTool class with the specified Printing System.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public PrintTool(
    PrintingSystemBase printingSystem
)

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