[]
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)
| 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. |