TdxPSPreviewDialogManager.Items Property
Provides indexed access to the class types of Print Preview dialog styles that are registered within the ExpressPrinting System.
Declaration
property Items[Index: Integer]: TdxPSPreviewDialogStyleInfoClass read;
Property Value
Type |
---|
TdxPSPreviewDialogStyleInfoClass |
Remarks
By default, the Items collection contains only built-in Print Preview dialog styles. To register custom dialog styles, call the RegisterPreviewDialog method. The most recently registered dialog style is appended to the Items collection. To determine the number of elements within this collection, use the Count property.
To locate a registered dialog style by its name, call the FindPreviewDialogStyleInfoByName method.
See Also