TdxPSPreviewDialogManager Members
Maintains Print Preview dialog styles available within the ExpressPrinting System.Properties
| Name | Description |
|---|---|
| Count | Returns the number of Print Preview dialog styles registered within the ExpressPrinting System. |
| CurrentPreviewDialogStyle | Activates a certain Print Preview dialog style. |
| CurrentPreviewDialogStyleInfo | Returns the class type of the currently active Print Preview dialog style. |
| DefaultPreviewDialogStyleInfo | Returns the class type of the most recently registered Print Preview dialog style. |
| Items | Provides indexed access to the class types of Print Preview dialog styles that are registered within the ExpressPrinting System. |
| Names |
Methods
| Name | Description |
|---|---|
| CreatePreviewWindow | Creates a window for the currently active Print Preview dialog style. |
| Equals(TObject) | Inherited from TObject. |
| FindPreviewDialogStyleInfoByName(string,TdxPSPreviewDialogStyleInfoClass) | Searches for a Print Preview dialog style, which has a specified name. |
| GetHashCode | Inherited from TObject. |
| PopulatePreviewDialogList(TStrings) | Populates a specified string list with Print Preview dialog styles that are registered within the ExpressPrinting System. |
| RegisterPreviewDialog(TdxPSPreviewDialogStyleInfoClass) | Registers a specified Print Preview dialog style within the ExpressPrinting System. |
| ToString | Inherited from TObject. |
| UnregisterPreviewDialog(TdxPSPreviewDialogStyleInfoClass) | Unregisters a specified Print Preview dialog style within the ExpressPrinting System. |
See Also