TdxPSPreviewDialogManager Methods
Maintains Print Preview dialog styles available within the ExpressPrinting System.| 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