7.5

Table Of Contents
Argument
widthSetLineWidth (procedure)
Measure value setting the width, in inches, of the drawing pen.
Code Sample Examples
Example 1
This example sets the pen width to 1/4 inch then draws a 2"x2" rectangle using that pen.
setlinewidth(0.25)
rectstroke(0,0,2,2)
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')
©2010 Objectif Lune Inc - 332 -