Skip to main content

TdxPSPDFReportExportOptions.LoadFromRegistry(string) Method

Loads PDF export settings from the registry.

Declaration

procedure LoadFromRegistry(const APath: string);

Parameters

Name Type
APath string

Remarks

Call this procedure and pass the source registry path as the APath parameter to load the PDF export settings previously saved by a SaveToRegistry call.

A TdxPSEngineController component automatically calls the LoadFromRegistry procedure when the “PDF Export Options” dialog is invoked if:

See Also