TdxPSPreviewDialogManager.Count Property
Returns the number of Print Preview dialog styles registered within the ExpressPrinting System.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
This property returns the number of items within the Items indexed collection.
To register a custom Print Preview dialog style, call the RegisterPreviewDialog method.
See Also