[]
Calculates a value of dimension specified by the LengthExp object. (dimension is an expression).
protected virtual void CalcLengthExp(RefDim dim, LengthExp length, bool customObjectDimension, out PageAreaBase pageArea, out double value)
Protected Overridable Sub CalcLengthExp([dim] As RefDim, length As LengthExp, customObjectDimension As Boolean, ByRef pageArea As PageAreaBase, ByRef value As Double)
| Type | Name | Description |
|---|---|---|
| RefDim | dim | Dimension to calculate. |
| LengthExp | length | LengthExp object defining a value of dimension. |
| bool | customObjectDimension | Indicates that the custom object dimension is resolved, coordinate of point for RenderLine, width of column for RenderTable etc. |
| PageAreaBase | pageArea | Contains PageAreaBase object on exit. |
| double | value | Contains value of coordinate or size on exit. |