CalculateSize Method (Section)
In This Topic
Calculates section's size. Note! This method does not execute
OnFormat script and does not fire
StartSection event and intended to be used from VB scripts to update
RenderHeight property.
Syntax
'Declaration
Public Sub CalculateSize()
public void CalculateSize()
See Also