TdxPSEngine.PreviewDialogStyle Property
In This Article
Specifies the paint style of the Print Preview dialog.
#Declaration
Delphi
property PreviewDialogStyle: TdxPSPreviewDialogStyle read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to select one of built-in Print Preview dialog styles or choose a custom dialog style. Refer to the How to Implement and Register Custom Print Preview Dialogs topic to learn how to implement custom Print Preview dialogs.
Dialog Style | Description | Example |
---|---|---|
Standard | Uses standard TTool |
![]() |
Advanced | Uses toolbars shipped with the Express |
![]() |
Ribbon | Uses Ribbon controls shipped with the Express |
![]() |
Ribbon2010 | Uses Ribbon controls shipped with the Express |
![]() |
Ribbon2013 | Uses Ribbon controls shipped with the Express |
![]() |
Ribbon2016 | Uses Ribbon controls shipped with the Express |
![]() |
Ribbon2016Tablet | Uses Ribbon controls shipped with the Express |
![]() |
Ribbon2019 | Uses Ribbon controls shipped with the Express |
![]() |
By default, the PreviewDialogStyle property is initialized with a style name that corresponds to the most recently registered Print Preview dialog style.
See Also