| ImageEn, unit iexUserInteractions |
|
TIEPdfViewer.PageHeight
Declaration
property PageHeight: Integer;
Description
Returns
CurrentPage.Height, but adjusts it for the
view rotation and
Current DPI.
Example
lblPageSize.Caption := Format( '%d x %d', [ ImageEnView1.PdfViewer.PageWidth, ImageEnView1.PdfViewer.PageHeight ]);
See Also
◼PageWidth
◼SetPageSize
◼CurrentPage
◼DocumentSize