[]
Calculates a value of dimension specified by LengthAbs.
protected virtual void CalcLengthAbs(RefDim dim, LengthAbs length, bool customObjectDimension, out PageAreaBase pageArea, out double value)
Type | Name | Description |
---|---|---|
RefDim | dim | Dimension to calculate. |
LengthAbs | length | LengthAbs object defining a value of dimension. |
bool | customObjectDimension | The custom object's dimension is resolved. |
PageAreaBase | pageArea | Contains PageAreaBase object referenced by LengthAbs on exit. |
double | value | Contains value of coordinate or size on exit. |