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

PrintToolBase.PrinterSettings Property

Provides access to the corresponding printer settings.

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public PrinterSettings PrinterSettings { get; }

Property Value

Type Description
PrinterSettings

A PrinterSettings object.

See Also