PrintTool.LoadPrinterSettingsFromRegistry(String) Method
SECURITY-RELATED CONSIDERATIONS
Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.
Applies the printer settings restored from the specified registry to the system default printer.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| path | String | A String, specifying the system registry path from where the printer settings should be loaded. |
See Also