platform
Type: String
Access: R
This property returns the platform that the script is currently executing on. Valid values
include “WIN”, “MAC”, and “UNIX”.
toolbar
Type: Boolean
Access: R/W
This property allows a script to show or hide both the horizontal and vertical Acrobat tool bars.
It does not hide the tool bar in external windows (i.e. in an Acrobat window within a Web
browser).
Example:
// Opened the document, now remove the toolbar.
app.toolbar = false;
toolbarHorizontal
Type: Boolean
Access: R/W
4.0
This property allows a script to show or hide the Acrobat horizontal tool bar. It does not hide
the tool bar in external windows (i.e. in an Acrobat window within a Web browser).
toolbarVertical
Type: Boolean
Access: R/W
4.0
This property allows a script to show or hide the Acrobat vertical tool bar. It does not hide the
tool bar in external windows (i.e. in an Acrobat window within a Web browser).
viewerType
Type: String
Access: R
This property determines if the running Acrobat Viewer is the Reader vs. Exchange. Its value
is “Reader” or “Exchange” respectively.
viewerVersion
Type: Number
Access: R
4.0
This property indicates the version number of the current viewer (i.e. Reader or Exchange).
Acrobat Forms - JavaScript Object Specification
12
Index Bookmark Pages Text
Previous Next
Pages: Index All Pages
This HTML file was created by VeryPDF PDF to HTML Converter product.