6.0

Table Of Contents
143
Example 2
setimageindex( 'PONumber', @(2,24,32) )
SetLineWidth (procedure)
Sets the width of the pen used for drawing lines, boxes and other objects. When setting the line width,
remember that the exact location of the pen is on the middle of the line, with the stroke spilling over
equally on both sides.
Syntax
setlinewidth( width )
Argument
width — Measure value setting the width, in inches, of the drawing pen.
Code Sample Examples
Example 1 sets the pen width to 1/4 inch. Example 2 draws a square using the pen.
Example 1
setlinewidth(0.25)
Example 2
rectstroke(0,0,2,2)
SetLPP(procedure)
Sets the number of lines per data page.
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.