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

PrintToolBase(PrintingSystemBase) Constructor

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public PrintToolBase(
    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