forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEPS.lcdoc
More file actions
25 lines (14 loc) · 700 Bytes
/
Copy pathEPS.lcdoc
File metadata and controls
25 lines (14 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Name: EPS
Type: object
Syntax: EPS
Summary: A <control> that displays <EPS|Encapsulated PostScript> (<EPS>).
Introduced: 1.0
OS: linux
Platforms: desktop,server,web
Example:
set the postscript of EPS "Preview" to field "Code"
Description:
Use the <EPS> <object type> to display a screen preview of a <PostScript> <file>, or to show <PostScript> graphics.
This object type is supported only on Unix systems with Display PostScript installed.
An EPS object is contained in a card, group, or background. EPS objects cannot contain other objects.
References: file (keyword), templateEPS (keyword), control (keyword), postScript (property), EPS (object), EPS (glossary), object type (glossary)