Class
DisplayPerformancePreference |
| | Default display performance settings for the application. |
Hierarchy
|
| DisplayPerformancePreference |
|
Properties
| | Property | Type | Access | Description |
| defaultDisplaySettings | ViewDisplaySettings: ViewDisplaySettings.HIGH_QUALITY ViewDisplaySettings.TYPICAL ViewDisplaySettings.OPTIMIZED |
r/w | Object-level default display performance settings. Note: The settings do not apply to graphics that are already placed in the document. |
| ignoreLocalSettings | bool |
r/w | If true, ignores object-level default display performance settings and uses the application-level default display settings; also prevents setting object-level settings. |
| parent | Application |
readonly | The parent of the DisplayPerformancePreference (a Application). |
| persistLocalSettings | bool |
r/w | If true, sets application-level preferences to preserve object-level display settings. |
| properties | Object |
r/w | A property that allows setting of several properties at the same time. |
|
Element of |
Application.displayPerformancePreferences
|