TSRVViewProperty.PageWidth (read-only)

<< Click to display table of contents >>

TSRVViewProperty.PageWidth (read-only)

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

property PageWidth: TRVLength;

This property is measured in SRichViewEdit's UnitsProgram. The same value in pixels is returned in PageWidth100Pix 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.PageWidth only if AutoWidth=False and PageViewMode=True.