Skip to main content

TdxPSEngine.RegistryPath Property

Specifies the registry path to store ExpressPrinting System settings.

Declaration

property RegistryPath: string read; write;

Property Value

Type
string

Remarks

To store ExpressPrinting System settings to the registry, designate the destination registry path via the RegistryPath property and assign dxstRegistry to the OptionsStoring.StorageType property of the currently active engine controller.

Note

The RegistryPath property corresponds to the OptionsStoring.RegistryPath property of the currently active engine controller.

See Also