|
Adobe Portable Document Format (PDF) files are made of a number
of objects. Objects may describe a page, a resource, a sequence
of drawing operations an image or many other components as required
by the document.
Every object has a unique Object ID and a characteristic Object
Type. The root of the document hierarchy can be accessed using the
Root
property.
IDs are numbered from one upwards. The ID zero refers to the Empty
Object which is an object required internally within ABCpdf. ID
-1 refers to the document trailer.
You can use core information types to allow you to iterate through
every object in your document. To get information about an object
you need to use the GetInfo
function. To change properties of an object you need to use the
SetInfo
function. All objects support the core properties listed below.
Additionally Specific Objects support
other types of properties in addition to the core properties listed
above.
Core Object Information Types
|