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

PrintTool.SavePrinterSettingsToRegistry(String) Method

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

public void SavePrinterSettingsToRegistry(
    string path
)

Parameters

Name Type Description
path String

A String, specifying the system registry path to where the printer settings should be saved.

See Also