CalcLengthAbs Method (RenderEmptyFragment)
 
            
                In This Topic
            
            Calculates a value of dimension specified by LengthAbs.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overridable Sub CalcLengthAbs( _
   ByVal  As RefDim, _
   ByVal  As LengthAbs, _
   ByVal  As Boolean, _
   ByRef  As PageAreaBase, _
   ByRef  As Double _
) 
             
        
            
            protected virtual void CalcLengthAbs( 
   RefDim ,
   LengthAbs ,
   bool ,
   out PageAreaBase ,
   out double 
)
             
        
             
        
            Parameters
- dim
 
- Dimension to calculate.
 - length
 
- LengthAbs object defining a value of dimension.
 - customObjectDimension
 
- The custom object's dimension is resolved.
 - pageArea
 
- Contains PageAreaBase object referenced by LengthAbs on exit.
 - value
 
- Contains value of coordinate or size on exit.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also