retainImage
Type
property
Summary
Specifies whether an EPS object contains a preview bitmap.
Syntax
set the retainImage of <EPSObject> to {true | false}
Description
Use the retainImage property to create a preview bitmap that can be seen on systems without Display PostScript.
If an EPS object's retainImage property is true, the non- PostScript preview image attached to the EPS|Encapsulated PostScript file is kept with the EPS object and used for display on systems that do not support Display PostScript.
If the retainImage property is false, the preview image is deleted.
This property is supported only on Unix systems with Display PostScript installed.
Examples
set the retainImage of EPS 3 to false
Value
Name | Type | Description |
---|---|---|
value | bool | The retainImage of an EPS object is true or false. By default, the retainImage property of newly created EPS|EPS objects is set to false. |
Related
property: retainPostScript, postScript
gloassry:
glossary: property, EPS, bitmap, Display PostScript
Compatibility and Support
Introduced
LiveCode 1.0
OS
linux
Platforms
desktop
server