ImageEn, unit iexUserInteractions |
|
TIEPdfViewer.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
| Demos\PDF\PDFViewer\PdfViewer.dpr |
// Rotate document right for display
ImageEnView1.PdfViewer.ViewRotation := iepr90Clockwise;