prolog
Type
property
Summary
Specifies the PostScript prolog code of an EPS object.
Syntax
set the prolog of <EPSObject> to <PostScriptString>
Description
Use the prolog property to prepend PostScript code to an EPS object.
You can use the prolog to transform the EPS without having to change its PostScript property (the actual PostScript code used to render the image).
This property is supported only on Unix systems with Display PostScript installed.
Examples
set the prolog of the templateEPS to field "Rotate"
Value
Name | Type | Description |
---|---|---|
value | The prolog of an EPS object is a string. By default, the prolog property of newly created EPS objects is set to empty. |
Related
glossary: EPS, property, prepend
keyword: string
object: EPS
property: postScript, pageCount, boundingBox
Compatibility and Support
Introduced
LiveCode 1.0
OS
linux
Platforms
desktop
server