CalcLengthExp Method (RenderAreaFragment)
 
            
                In This Topic
            
            Calculates a value of dimension specified by the LengthExp object. (dimension is an expression).
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overridable Sub CalcLengthExp( _
   ByVal  As RefDim, _
   ByVal  As LengthExp, _
   ByVal  As Boolean, _
   ByRef  As PageAreaBase, _
   ByRef  As Double _
) 
             
        
            
            protected virtual void CalcLengthExp( 
   RefDim ,
   LengthExp ,
   bool ,
   out PageAreaBase ,
   out double 
)
             
        
             
        
            Parameters
- dim
 
- Dimension to calculate.
 - length
 
- LengthExp object defining a value of dimension.
 - customObjectDimension
 
- Indicates that the custom object dimension is resolved, coordinate of point for RenderLine, width of column for RenderTable etc.
 - pageArea
 
- Contains PageAreaBase object on exit.
 - value
 
- Contains value of coordinate or size on exit.
 
            
            Return Value
true if no error occurs, false otherwise.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also