PageSettingsHelper.SetPrinterName(PrinterSettings, String) Method
Assigns the specified printer name to the default printer settings (if such a printer is installed on the machine).
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
sets | PrinterSettings | A PrinterSettings object. |
printerName | String | A String value, specifying the printer name. |
See Also