retainImage | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies whether an EPS object contains a preview bitmap. | ||||||
Introduced | 1.0 | ||||||
OS | linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: image, file Property: retainPostScript, postScript Gloassry: PostScript Glossary: property, EPS, bitmap, Display PostScript | ||||||
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 EncapsulatedPostScript 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. | ||||||
Tags | multimedia |