Skip to main content

TdxPSPDFReportExportOptions.SaveToRegistry(string) Method

Saves PDF export settings to a specified registry path.

Declaration

procedure SaveToRegistry(const APath: string);

Parameters

Name Type
APath string

Remarks

Call this procedure and pass a target registry path as the APath parameter to save PDF export options. Then, you can call the LoadFromRegistry procedure to load the saved settings.

A TdxPSEngineController component automatically calls the SaveToRegistry procedure when the “PDF Export Options” dialog is closed by an OK button click or an Enter keystroke if the following conditions are met:

See Also