7.5

Table Of Contents
SetBodyText (procedure)
Defines the text that appears as the body of an email message sent by PlanetPress Image.
Syntax
setbodytext( bodytext )
Arguments
bodytext
String value specifying the text to use as the body of the email message.
SetDash(procedure)
Set the properties of a dashed line. Any drawing done after setdash() draws dashed instead of solid lines. You can revert to
solid lines by calling setdash() with an empty array as a parameter.
Syntax
setdash( [dashlength, spacelength] )
Argument
dash
Measure value specifying the length, in inches, of each of the dashes in the dashed line.
space
Measure value specifying the length, in inches, of the space between each of the dashes in the dashed line.
Code Sample Examples
These examples illustrate setdash().
Example 1
setdash( [0.5,0.3] )
Example 2
setdash( [] )
©2010 Objectif Lune Inc - 327 -