×
Menu
Index

Outline

 
 
  • Outline( line, parent, title ) => will create an outline (markers) of the document giving a title for each page at the outline.
 
 
Line (numeric)     : is the vertical position within the page.
 
Parent (numeric) : is the parent for this title in the outline tree. The first time used will create a root parent, any outline linked to the root should be specified as NIL
 
Title(character)   : is the title that will show at the outline.
 
Returns               : This method will return the created outline, that can be used as future parent for other outline titles.
 
Example              : pg1  := oPdf:Outline( 1, NIL, “Page 1” )
                              Ou1 := oPdf:Outline(5, pg1, "Outline 1" )