'Declaration Public ReadOnly Property RenderHeight As Double
public double RenderHeight {get;}
When a section grows or shrinks, its Height property does not change.
If you need to retrieve the actual height that will be used for rendering the section (for example, while handling the OnPrint event), use the RenderHeight property instead.
Section Class Section Members