retainPostScript | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies whether an EPS object contains the PostScript code. | ||||||
Introduced | 1.0 | ||||||
OS | linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: postScript, retainImage Glossary: EPS, PostScript, property, object | ||||||
Description | Use the retainPostScript property to keep or ignore the underlying PostScript code of an EPS object after rendering it. If an EPS object's retainPostScript property is true, the PostScript code used to draw the object is kept as the object's PostScript property. This means the EPSobject can be printed or scaled and re-drawn without loss of quality. If the retainPostScript property is false, the PostScript code is deleted once the object has been drawn. This property is supported only on Unix systems with Display PostScript installed. | ||||||
Tags | multimedia |