ImageEn, unit iexUserInteractions

TIEPdfViewerInteraction.ViewRotation

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 PageRotation

Default: ieprNormal


Demo

Demo  Demos\Other\PdfViewer\PdfViewer.dpr


Example

// Rotate document right for display
ImageEnView1.PdfViewer.ViewRotation := iepr90Clockwise;