TdxPSEngineController.PreviewDialogStyle Property
Specifies the paint style of the Print Preview dialog.
Declaration
property PreviewDialogStyle: TdxPSPreviewDialogStyle read; write;
Property Value
Type |
---|
TdxPSPreviewDialogStyle |
Remarks
Use this property to select one of built-in Print Preview dialog styles or choose a custom dialog style. Refer to the TdxPSEngine.PreviewDialogStyle property description for detailed information on available dialog styles.
The PreviewDialogStyle property is initialized with a string that corresponds to the most recently registered Print Preview dialog style. The string is ‘Ribbon2019’ if the ExpressBars Suite is installed, otherwise – ‘Standard’.
Assigning the PreviewDialogStyle property of the currently active TdxPSEngineController component automatically updates the dxPSEngine.PreviewDialogStyle global setting.
See Also