TdxPSCustomPreviewWindow.ActivePageIndex Property
When implemented by TdxPSCustomPreviewWindow descendants, makes a specified page active
within the Print Preview window.
Declaration
property ActivePageIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
The page to be activated is identified by its zero-based index among the available pages enumerated by the PageCount property.
See Also