DisplayPerformancePreference
Display performance settings.
DisplayPerformancePreference Properties
| Property |
Type |
Access |
Description |
| defaultDisplaySettings |
ViewDisplaySettings enumeration |
r/w |
The default display setting for new windows. |
| ignoreLocalSettings |
Boolean |
r/w |
If true, ignore local display performance settings for all windows. |
| parent |
Object |
read |
The parent of the object. |
| persistLocalSettings |
Boolean |
r/w |
If true, local display performance settings are saved to and read from the document. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
DisplayPerformancePreference Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |