TdxPSEngineController.OptionsStoring Property
Provides access to the options that specify the manner in which settings of its dialog windows are automatically persisted.
Declaration
property OptionsStoring: TdxPSOptionsStoring read; write;
Property Value
Type |
---|
TdxPSOptionsStoring |
Remarks
Use this property to specify the settings to be persisted, and the destination storage device and location for them. For more information, refer to the TdxPSOptionsStoring class description.
To learn about the information that is automatically persisted by the ExpressPrinting System, refer to the How to Persist Settings Between Application Runs topic.
See Also