7.4

Table Of Contents
SetImageIndex (procedure)
Associates a data value with a PlanetPress Search index term defined using the DefineImageIndex() command. Plan-
etPress Image uses this information when it generates the .PDI file it creates for each PDF file it creates.
This function has no effect when the output of the document is not a PDFfile generated through PlanetPress Image.
Syntax
setimageindex( name, data )
Arguments
name
String value specifying the name of the index term with which you want to associate a data value.
data
String value specifying the data value you want to associate with the index term.
Code Sample Examples
These examples illustrate setimageindex().
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
©2010 Objectif Lune Inc - 620 -