You are reading help file online using chmlib.com 
     | 
  
| 
       
 TBaseReport. YD2I method  | 
    Top Previous Next | 
| 
 Declaration function YD2I(Pos: longint): double; 
 Category 
 Description This method will convert vertical printer canvas measurements (dots) to inch measurements 
 See also TBaseReport Class, All other units conversion functions 
 Example (Delphi) // With Units currently set to unInch YPos := RvNDRWriter1.YD2I( LastYDots ); 
 Example (C++Builder) YPos = RvNDRWriter1->YD2I( LastYDots );  | 
You are reading help file online using chmlib.com 
     |