PDF Creation Class Variables | 
| 
   oDoc (object)  
 | 
 main pdf object. 
 | 
| 
   oPage (object)  
 | 
 current page object. 
 | 
| 
   cName (character)  
 | 
 file name for the pdf. 
 | 
| 
   aTam (array)  
 | 
 two elements array, for page width and height in 1/72 inches. 
 | 
| 
   nCoordSystem (numeric)  
 | 
 coordinate system in use. 
 | 
| 
   cFontn (character)  
 | 
 current font name. 
 | 
| 
   nFonts (numeric)  
 | 
 current font size. 
 | 
| 
   cEncs (character)  
 | 
 current font encoding. 
 | 
| 
   aFonts (array)  
 | 
 used fonts in this document. 
 | 
| 
   aAvFonts (array)  
 | 
 available true type fonts and their file names. 
 | 
| 
   oOutline (object)  
 | 
 root parent for outline. 
 | 
| 
   nAlt (numeric)  
 | 
 height of line. 
 | 
| 
   nLrg (numeric)  
 | 
 character width. 
 | 
| 
   nSlin (numeric)  
 | 
 last line number, current vertical position. 
 | 
| 
   nScol (numeric)  
 | 
 last column number, current horizontal position. 
 | 
| 
   nPag (numeric)  
 | 
 page number. 
 | 
| 
   nLmg (numeric)  
 | 
 left margin. 
 | 
| 
   nTmg (numeric)  
 | 
 top margin. 
 | 
| 
   lUscore (logic)  
 | 
 underscore text. 
 | 
| 
   nFcor (numeric)  
 | 
 filling color for boxes and shapes. 
 | 
| 
   nScor (numeric)  
 | 
 stroke color for lines, boxes and shapes. 
 | 
| 
   nTcor (numeric)  
 | 
 text color. 
 | 
| 
   lFixed (logical) 
 | 
 fixed or proportional character spacing. 
 | 
| 
   lDebug (logical) 
 | 
 creates a PDF.LOG file  with all calls to the class 
 | 
| 
   lView (logical) 
 | 
 uses the View() method to open the PDF (:EndDoc) 
 |