Calculates a value of dimension specified by LengthAbs.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected virtual void CalcLengthAbs(
	RefDim dim,
	LengthAbs length,
	bool customObjectDimension,
	out PageAreaBase pageArea,
	out double value
)
Visual Basic
Protected Overridable Sub CalcLengthAbs ( _
	dim As RefDim, _
	length As LengthAbs, _
	customObjectDimension As Boolean, _
	<OutAttribute> ByRef pageArea As PageAreaBase, _
	<OutAttribute> ByRef value As Double _
)

Parameters

dim
Type: RefDim
Dimension to calculate.
length
Type: LengthAbs
LengthAbs object defining a value of dimension.
customObjectDimension
Type: System..::..Boolean
The custom object's dimension is resolved.
pageArea
Type: PageAreaBase%
Contains PageAreaBase object referenced by LengthAbs on exit.
value
Type: System..::..Double%
Contains value of coordinate or size on exit.

See Also