'宣言 Public ReadOnly Property RenderHeight As System.Double
'使用法 Dim instance As Section Dim value As System.Double value = instance.RenderHeight
public System.double RenderHeight {get;}
Note that if this property is used in the section's OnFormat script, then it returns the height calculated for the previous instance of the section, or -1 if this is the first calculation.
'宣言 Public ReadOnly Property RenderHeight As System.Double
'使用法 Dim instance As Section Dim value As System.Double value = instance.RenderHeight
public System.double RenderHeight {get;}