<< Click to Display Table of Contents >> PreviewCtrl |
[GUI Control Only]
Defines the behavior of the preview for page forward / backward actions. It specifies the vertical positioning of the page in the preview after the user moved a page forward / backward.
property PreviewCtrl [integer] VPE.PreviewCtrl
read / write; design & runtime (read access is only possible, if the document is closed)
Possible Values:
ActiveX / VCL |
Value |
Enum |
Comment |
PREVIEW_STAY |
0 |
Stay |
vertical position unaffected |
PREVIEW_JUMPTOP |
1 |
JumpTop |
vertical position on top of page (default) |
Default:
PREVIEW_JUMPTOP
Example:
ActiveX / VCL:
Doc.PreviewCtrl = PREVIEW_STAY
.NET:
Doc.PreviewCtrl = PreviewCtrl.Stay