Watermark.RestoreFromRegistry(String) Method
Loads a watermark’s settings from the system registry.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A String value specifying the system registry path. |
Remarks
A watermark’s settings can be saved to a data store via the Watermark.SaveToRegistry method. Use the RestoreFromRegistry method to restore the watermark.
For information on specifying a registry path where a watermark is stored, see the Watermark.SaveToRegistry topic.
See Also