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

PrintTool.LoadPrinterSettings(String) Method

Applies the printer settings restored from the specified file to the system default printer.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

public void LoadPrinterSettings(
    string filePath
)

Parameters

Name Type Description
filePath String

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

See Also