TSRVViewProperty.PageHeight (read-only)

<< Click to display table of contents >>

TSRVViewProperty.PageHeight (read-only)

Returns the page height as it is shown on the screen.

property PageHeight: TRVLength;

This property is measured in SRichViewEdit's UnitsProgram. The same value in pixels is returned in PageHeight100Pix property of SRichViewEdit.

This property does not depend on scaling, but depends on viewing modes (PageProperty.AutoWidth and PageProperty.PageViewMode). This property is equal to PageProperty.PageHeight only if AutoWidth=False and PageViewMode=True.