Returns
the platform of the machine running the script.
Note:
This property is read only.
Syntax
Reference_Syntax.platform
Values
Type
|
Values
|
String
|
A valid string representing the operating
system. For example, in the case of a PDF form in Acrobat, this property
returns one of:
WIN
,
MAC
, or
UNIX
.
|
JavaScript
xfa.host.platform;
FormCalc
xfa.host.platform
|
|
|