CalcLengthRef Method (RenderBarCodeExFragment)
 
            
                In This Topic
            
            Calculates a value of dimension specified by the LengthRef object. (dimension references a dimension of another object).
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overridable Sub CalcLengthRef( _
   ByVal  As RefDim, _
   ByVal  As LengthRef, _
   ByVal  As Boolean, _
   ByRef  As PageAreaBase, _
   ByRef  As Double _
) 
             
        
            
            protected virtual void CalcLengthRef( 
   RefDim ,
   LengthRef ,
   bool ,
   out PageAreaBase ,
   out double 
)
             
        
             
        
            Parameters
- dim
 
- Dimension to calculate.
 - length
 
- LengthRef 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 referenced by LengthRef on exit.
 - value
 
- Contains value of coordinate or size on exit.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also