Public Member Functions | |
| PDFXref (int id, int offset) | |
| PDFXref (int id, int offset, int generation) | |
| String | toString () | 
Public Attributes | |
| int | id | 
| int | offset | 
| int | generation | 
Basically, each object has an id, and an offset in the end file.
See the Adobe PDF Manual for more information. This class will normally not be used directly by a developer
Eric Z. Beard, ericzbeard@hotmail.com
      
  | 
  ||||||||||||
| 
 Creates a crossreference for a PDF Object 
  | 
  
      
  | 
  ||||||||||||||||
| 
 Creates a crossreference for a PDF Object 
 
  | 
  
      
  | 
  
| 
 
 
  | 
  
      
  | 
  
| 
 The generation of the object, usually 0  | 
  
      
  | 
  
| 
 The id of a PDF Object  | 
  
      
  | 
  
| 
 The offset within the PDF file  | 
  
 1.3.9.1