Skip to main content

PrintTool.SavePrinterSettings(String) Method

Saves the settings of the system default printer to the specified file.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public void SavePrinterSettings(
    string filePath
)

Parameters

Name Type Description
filePath String

A String value, specifying the name of the file (with a full path to it) to where the printer settings should be saved.

See Also