Platform; Toolbar; Toolbarhorizontal; Toolbarvertical - Adobe ACROBAT FORMS JAVASCRIPT OBJECT Specification

Adobe acrobat version 4.0
Table of Contents

Advertisement

platform

Type: String
This property returns the platform that the script is currently executing on. Valid values
include "WIN", "MAC", and "UNIX".

toolbar

Type: Boolean
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
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
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
This property determines if the running Acrobat Viewer is the Reader vs. Exchange. Its value
is "Reader" or "Exchange" respectively.

viewerVersion

Type: Number
This property indicates the version number of the current viewer (i.e. Reader or Exchange).
Acrobat Forms - JavaScript Object Specification
Access: R
Access: R/W
Access: R/W
Access: R/W
Access: R
Access: R
4.0
4.0
4.0
12

Advertisement

Table of Contents
loading

This manual is also suitable for:

Acrobat forms javascript object specification

Table of Contents