ImageEn, unit iexUserInteractions

TIEPdfViewer.PageWidth

TIEPdfViewer.PageWidth

Declaration

property PageWidth: Integer;

Description

Returns the CurrentPage.Width, 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

PageHeight
SetPageSize
CurrentPage
DocumentSize