7.5

Table Of Contents
SetLPP(procedure)
Sets the number of lines per data page. This function is only useful when working with User-Defined Emulation, if you have a
method of determining the number of LPPfrom within your data.
Syntax
setlpp( lines )
Argument
lines
Integer value specifying the number of lines per page.
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 - 448 -