7.5

Table Of Contents
String that defines the name of the Capture Field object (aka "PressTalk ID"). Must be the same as defined in the metadata
and can only be letters or numbers (no spaces or special characters).
areatype
Integer that defines what kind of area type to use, from the following list:
l 0 - Checkbox
l 1 - List Fields
l 2 - Text Area
l 3 - Multi-Area Field
left, top
Measure variables that define the position of the Capture Field, in inches, from the left and top of the page.
width, height
Measure variables that define the size, in inches, of the Capture Field.
requiredfield
Integer that defines what kind of requirement this field has, from the following list:
l 0 - Optional Field
l 1 - Mandatory Field
l 2 - Final Field
disablerewrite
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 .
©2010 Objectif Lune Inc - 357 -