7.6

Table Of Contents
Example 1
setimageindex( 'PONumber', '2005')
Example 2
setimageindex( 'PONumber', @(2,24,32) )
SetPDFBookmark (procedure)
Creates a PDF bookmark at the current page, for the PDF files PlanetPress Image generates.
This function has no effect when the output of the document is not a PDFfile generated through PlanetPress Image.
Syntax
setpdfbookmark( name )
Arguments
name
String value specifying the name of the bookmark that appears in the PDF.
Code Sample Examples
These examples illustrate setpdfbookmark().
Example 1
setpdfbookmark('Table of Contents')
Example 2
setpdfbookmark( @(10,23,45) )
Example 3
setpdfbookmark( @(10,23,45) + '|' + @(11,23,45) )
©2010 Objectif Lune Inc - 619 -