TSRichViewEdit.CalculateAllPagePositions

<< Click to display table of contents >>

TSRichViewEdit.CalculateAllPagePositions

Recalculates positions, zooming and Z-orders for all pages.

procedure CalculateAllPagePositions;

This method calls OnGetPagePos event for all pages.

This event is used only if ViewProperty.FreePosPage = True. Usually page positions are calculated automatically. Call this method if you want to recalculate them for existing pages.

Z-orders are recalculated only if PageProperty.UsePageOrders = True.

See also:

CalculatePagePosition