7.4

Table Of Contents
Boolean that defines whether the field will accept new ink if some ink is already present in previous processing of the doc-
ument. True prevents rewriting.
groupid
Integer value that defines a group for mandatory fields.
Example
definemeta('CapPatternSequence','', 0, 'job.group.document')
definemeta('CaptureField', 'Capture1;' + IntToStr(0) + ';2;' + FloatToStr((&physical.x *
72),4) + ';' + FloatToStr((&physical.y*72),4) + ';' + FloatToStr(3.7861*72) + ';' +
FloatToStr(1.4223*72) + ';false;0', 2, 'job.group.document.datapage.page')
showcaptureuserarea('Capture1',2,&physical.x,&physical.y,&width,&height,0,false,0)
ShowEPS (procedure)
Displays an EPS image resource.
Syntax
showeps( resname, width, height )
Argument
resname
String value containing either the name of the EPS resource within the document, or the path to an EPS file .
width, height
Measure values specifying the width/height, in inches, the EPS occupies when it displays. Specifying a value of zero for one but
not both of the two dimensions scales the EPS to fit the non-zero dimension. Specifying both a width and a height scales the
EPS to the best fit possible with that width and height, while maintaining its aspect ratio. Specifying both a width and a height of
zero displays the EPS at its default resolution.
Code Sample Example
This example displays the EPS image ‘my_eps’, scaling it as necessary to fit a width of 4.5 inches.
Example
showeps('my_eps', 4.5, 0)
ShowLeftRight (procedure)
Displays a string of characters, in inches, using a specified width.
Syntax
showleftright( text, width )
©2010 Objectif Lune Inc - 473 -