ImageEn, unit iexUserInteractions |
|
TIEPdfViewerInteraction.ViewRotation
Declaration
property ViewRotation: TIEPdfPageRotation;
Description
Specifies the display orientation for the entire document.
Setting the
ViewRotation does not change the document, only displays it with a different orientation.
To modify the document, i.e. change the intended view rotation for a page, use
PageRotationDefault: ieprNormal
Demo
| Demos\Other\PdfViewer\PdfViewer.dpr |
Example
// Rotate document right for display
ImageEnView1.PdfViewer.ViewRotation := iepr90Clockwise;